Make flatpak installs work on Debian

This commit is contained in:
Anthony Rose 2022-12-08 09:13:45 +00:00
parent 5aa2154b76
commit c3ce9fb79f

View file

@ -26,11 +26,25 @@
method: user method: user
when: flatpak.stat.exists == true when: flatpak.stat.exists == true
- name: Install flatpak packages - name: Install Firefox flatpak
community.general.flatpak:
name:
- org.mozilla.firefox
state: present
method: user
when: flatpak.stat.exists == true
- name: Install KeePassXC flatpak
community.general.flatpak: community.general.flatpak:
name: name:
- org.keepassxc.KeePassXC - org.keepassxc.KeePassXC
- org.mozilla.firefox state: present
method: user
when: flatpak.stat.exists == true
- name: Install VLC flatpak
community.general.flatpak:
name:
- org.videolan.VLC - org.videolan.VLC
state: present state: present
method: user method: user