Add a configuration file for Cinnamon.
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
- include_tasks: tasks/workstation/shared/software/dwm.yml
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/i3.yml
|
||||
|
||||
|
||||
# Polished Desktop Environments #
|
||||
- include_tasks: tasks/workstation/freebsd/software/gnome.yml
|
||||
when: ansible_system == "FreeBSD"
|
||||
@@ -139,7 +139,7 @@
|
||||
block:
|
||||
- include_tasks: tasks/workstation/linux/software/gnome.yml
|
||||
when: ansible_service_mgr == "systemd"
|
||||
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/cinnamon.yml
|
||||
- include_tasks: tasks/workstation/linux/software/lxqt.yml
|
||||
when: ansible_system == "Linux"
|
||||
@@ -174,6 +174,8 @@
|
||||
|
||||
- include_tasks: tasks/workstation/shared/settings/gnome.yml
|
||||
when: not mobile
|
||||
- include_tasks: tasks/workstation/shared/settings/cinnamon.yml
|
||||
when: not mobile
|
||||
|
||||
- include_tasks: tasks/workstation/linux/cron/ansible.yml
|
||||
when: ansible_system == "Linux" and not mobile
|
||||
|
||||
Reference in New Issue
Block a user