Update comment groups.
This commit is contained in:
		@@ -48,7 +48,7 @@
 | 
				
			|||||||
    - include: facts/general/system.yml
 | 
					    - include: facts/general/system.yml
 | 
				
			||||||
    - include: facts/workstation/package.yml
 | 
					    - include: facts/workstation/package.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Set up any systems that do not come with Desktop Environments
 | 
					    # Set Up Desktop Environments #
 | 
				
			||||||
    - include: tasks/workstation/freebsd/software/gui.yml
 | 
					    - include: tasks/workstation/freebsd/software/gui.yml
 | 
				
			||||||
      when: ansible_system == "FreeBSD"
 | 
					      when: ansible_system == "FreeBSD"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -57,7 +57,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    - include: tasks/workstation/settings/gnome.yml
 | 
					    - include: tasks/workstation/settings/gnome.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Additional tasks to configure systems with Desktop Environments
 | 
					    # 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -67,6 +67,7 @@
 | 
				
			|||||||
    - include: tasks/workstation/linux/software/brave.yml
 | 
					    - include: tasks/workstation/linux/software/brave.yml
 | 
				
			||||||
      when: ansible_pkg_mgr == "apt"
 | 
					      when: ansible_pkg_mgr == "apt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # Configuration Tasks #
 | 
				
			||||||
    - 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