Attempting to automate installing requirements.
This commit is contained in:
		@@ -4,6 +4,10 @@
 | 
				
			|||||||
  connection: local
 | 
					  connection: local
 | 
				
			||||||
  become: true
 | 
					  become: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  pre_tasks:
 | 
				
			||||||
 | 
					  - name: Install Requirements
 | 
				
			||||||
 | 
					    shell: ansible-galaxy install -r requirements.yml 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  tasks:
 | 
					  tasks:
 | 
				
			||||||
    - include: tasks/users.yml
 | 
					    - include: tasks/users.yml
 | 
				
			||||||
    - include: tasks/cron.yml
 | 
					    - include: tasks/cron.yml
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,8 +6,9 @@
 | 
				
			|||||||
    - sshfs
 | 
					    - sshfs
 | 
				
			||||||
    update_cache: yes
 | 
					    update_cache: yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Install Flatpaks
 | 
					- name: Install Flatpak Software
 | 
				
			||||||
  community.general.flatpak:
 | 
					  community.general.flatpak:
 | 
				
			||||||
    state: present
 | 
					 | 
				
			||||||
    name: 
 | 
					    name: 
 | 
				
			||||||
      - com.discordapp.Discord
 | 
					      - com.discordapp.Discord
 | 
				
			||||||
 | 
					      - org.shotcut.Shotcut
 | 
				
			||||||
 | 
					    state: present
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user