Fix firefox and flatpak uninstalls.

This commit is contained in:
Hyperling 2021-02-14 08:07:14 -06:00
parent 93c848d9fa
commit cf3f2c974b

View File

@ -22,7 +22,6 @@
remote: flathub remote: flathub
state: present state: present
loop: loop:
- org.mozilla.firefox
- org.mozilla.Thunderbird - org.mozilla.Thunderbird
- com.discordapp.Discord - com.discordapp.Discord
- io.lbry.lbry-app - io.lbry.lbry-app
@ -36,7 +35,7 @@
flatpak: flatpak:
name: "{{ item }}" name: "{{ item }}"
remote: flathub remote: flathub
state: present state: absent
loop: loop:
- org.mozilla.firefox - org.mozilla.firefox
- com.visualstudio.code - com.visualstudio.code