Software tasks need to run before config tasks. Brave was missing from Favorites.
This commit is contained in:
		@@ -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"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user