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. # Does not seem as easy as GNOME and its dconf settings.
# Cinnamon does use some dconf though. # 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 - name: Workstation | Linux | Software | Cinnamon | Facts | Debian Derivitives
set_fact: set_fact:
cinnamon_package: task-cinnamon-desktop cinnamon_package: task-cinnamon-desktop
when: ansible_distribution in ("Debian", "Devuan") when: ansible_distribution in ("Debian", "Devuan")
- name: Workstation | Linux | Software | Cinnamon | Install - name: Workstation | Linux | Software | Cinnamon | Install
- package: package:
name: "{{ cinnamon_package }}" name:
status: present - "{{ cinnamon_package }}"
refresh_cache: yes - "{{ lightdm }}"
state: present
update_cache: yes