Attempting to automate installing requirements.

This commit is contained in:
Hyperling 2020-12-21 05:01:35 -06:00
parent f0e8b04123
commit 00d7c10021
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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