Rearrange items to be more consistent with comment.

This commit is contained in:
Hyperling 2021-07-13 21:27:20 -05:00
parent 3a688b8787
commit 81a41e020e

View File

@ -49,10 +49,14 @@
- include: facts/workstation/package.yml - include: facts/workstation/package.yml
# Set up any systems that do not come with Desktop Environments # Set up any systems that do not come with Desktop Environments
# TODO Need to refactor. Maybe tasks/workstation/setup_gui/freebsd.yml
- include: tasks/workstation/freebsd/software/gui.yml - include: tasks/workstation/freebsd/software/gui.yml
when: ansible_system == "FreeBSD" when: ansible_system == "FreeBSD"
- include: tasks/workstation/linux/software/gnome.yml
when: ansible_system == "Linux"
- include: tasks/workstation/settings/gnome.yml
# Additional tasks to configure systems with Desktop Environments # Additional tasks to configure systems with Desktop Environments
- include: tasks/workstation/linux/software/flatpaks.yml - include: tasks/workstation/linux/software/flatpaks.yml
when: ansible_system == "Linux" and flatpak_distro when: ansible_system == "Linux" and flatpak_distro
@ -66,11 +70,6 @@
- include: tasks/workstation/linux/cron/ansible.yml - include: tasks/workstation/linux/cron/ansible.yml
when: ansible_system == "Linux" when: ansible_system == "Linux"
- include: tasks/workstation/linux/software/gnome.yml
when: ansible_system == "Linux"
- include: tasks/workstation/settings/gnome.yml
- include: tasks/workstation/settings/nfs.yml - include: tasks/workstation/settings/nfs.yml