Testing variables.

This commit is contained in:
Hyperling
2020-12-28 18:37:37 -06:00
parent ed6b5d5fad
commit 6bfecc67bb
4 changed files with 38 additions and 0 deletions

View File

@ -10,6 +10,13 @@
method: system
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
- name: Remove packages that may come with an OS but are being installed as Flatpak
package:
name:
- discord[ansible_distribution]
- thunderbird[ansible_distribution]
state: absent
- name: Install Discord
flatpak:
name: com.discordapp.Discord
@ -17,3 +24,12 @@
- name: Install Shotcut
flatpak:
name: org.shotcut.Shotcut
- name: Install Firefox
flatpak:
name: org.mozilla.firefox
- name: Install Thunderbird
flatpak:
name: org.mozilla.Thunderbird