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