Cinnamon playbook has been tested successfully.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user