diff --git a/local.yml b/local.yml index 0f4995a..1b6bb2f 100644 --- a/local.yml +++ b/local.yml @@ -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 diff --git a/tasks/packages.yml b/tasks/packages.yml index 179d0c7..09c142c 100644 --- a/tasks/packages.yml +++ b/tasks/packages.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