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
 | 
					    - include: tasks/workstation/linux/software/gnome.yml
 | 
				
			||||||
      when: ansible_system == "Linux"
 | 
					      when: ansible_system == "Linux"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - include: tasks/workstation/settings/gnome.yml
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    # Software Tasks #
 | 
					    # Software Tasks #
 | 
				
			||||||
    - 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
 | 
				
			||||||
@@ -74,6 +72,8 @@
 | 
				
			|||||||
      when: ansible_system == "Darwin"
 | 
					      when: ansible_system == "Darwin"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Configuration Tasks #
 | 
					    # Configuration Tasks #
 | 
				
			||||||
 | 
					    - include: tasks/workstation/settings/gnome.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - include: tasks/workstation/linux/cron/ansible.yml
 | 
					    - include: tasks/workstation/linux/cron/ansible.yml
 | 
				
			||||||
      when: ansible_system == "Linux"
 | 
					      when: ansible_system == "Linux"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user