Cinnamon playbook has been tested successfully.

This commit is contained in:
2026-07-16 16:28:52 -07:00
parent 4f31769802
commit f3a3ac63ea
+10 -4
View File
@@ -6,13 +6,19 @@
# Does not seem as easy as GNOME and its dconf settings.
# Cinnamon does use some dconf though.
- name: Workstation | Linux | Software | Cinnamon | Facts | Defaults
set_fact:
cinnamon_package: cinnamon
- name: Workstation | Linux | Software | Cinnamon | Facts | Debian Derivitives
set_fact:
cinnamon_package: task-cinnamon-desktop
when: ansible_distribution in ("Debian", "Devuan")
- name: Workstation | Linux | Software | Cinnamon | Install
- package:
name: "{{ cinnamon_package }}"
status: present
refresh_cache: yes
package:
name:
- "{{ cinnamon_package }}"
- "{{ lightdm }}"
state: present
update_cache: yes