Add calls to multiple desktop environment playbooks on workstations.
This commit is contained in:
@@ -124,16 +124,21 @@
|
|||||||
- include_tasks: tasks/workstation/freebsd/software/gpu.yml
|
- include_tasks: tasks/workstation/freebsd/software/gpu.yml
|
||||||
when: ansible_system == "FreeBSD" and bsd_gpu == true
|
when: ansible_system == "FreeBSD" and bsd_gpu == true
|
||||||
|
|
||||||
|
# Window Managers without true Desktop Environments #
|
||||||
|
- 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
|
- include_tasks: tasks/workstation/freebsd/software/gnome.yml
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
- include_tasks: tasks/workstation/linux/software/gnome.yml
|
- include_tasks: tasks/workstation/linux/software/gnome.yml
|
||||||
when: ansible_system == "Linux"
|
when: ansible_system == "Linux"
|
||||||
|
|
||||||
#- include_tasks: tasks/workstation/shared/software/cinnamon.yml
|
- include_tasks: tasks/workstation/linux/software/cinnamon.yml
|
||||||
|
|
||||||
- include_tasks: tasks/workstation/shared/software/dwm.yml
|
- include_tasks: tasks/workstation/linux/software/lxqt.yml
|
||||||
#- include_tasks: tasks/workstation/shared/software/i3.yml
|
|
||||||
|
|
||||||
# Software Tasks #
|
# Software Tasks #
|
||||||
- include_tasks: tasks/workstation/linux/software/packages.yml
|
- include_tasks: tasks/workstation/linux/software/packages.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user