Make flatpak installs work on Debian
This commit is contained in:
parent
5aa2154b76
commit
c3ce9fb79f
1 changed files with 16 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue