Bulk of changes to continue getting Devuan to work.
This commit is contained in:
@@ -130,17 +130,20 @@
|
||||
- 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"
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/gnome.yml
|
||||
- name: Main | Workstation | Fancy Desktop Environments
|
||||
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"
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/cinnamon.yml
|
||||
|
||||
- include_tasks: tasks/workstation/linux/software/lxqt.yml
|
||||
# TBD: Implement this: and extra_desktops == true
|
||||
|
||||
## Software Tasks ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user