Software tasks need to run before config tasks. Brave was missing from Favorites.
This commit is contained in:
parent
0199e267fc
commit
b869e7078d
@ -55,8 +55,6 @@
|
||||
- include: tasks/workstation/linux/software/gnome.yml
|
||||
when: ansible_system == "Linux"
|
||||
|
||||
- include: tasks/workstation/settings/gnome.yml
|
||||
|
||||
# Software Tasks #
|
||||
- include: tasks/workstation/linux/software/flatpaks.yml
|
||||
when: ansible_system == "Linux" and flatpak_distro
|
||||
@ -74,6 +72,8 @@
|
||||
when: ansible_system == "Darwin"
|
||||
|
||||
# Configuration Tasks #
|
||||
- include: tasks/workstation/settings/gnome.yml
|
||||
|
||||
- include: tasks/workstation/linux/cron/ansible.yml
|
||||
when: ansible_system == "Linux"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user