Correct single-app flatpak install
This commit is contained in:
parent
a82cf67997
commit
c4b140b69e
1 changed files with 3 additions and 6 deletions
|
@ -28,24 +28,21 @@
|
|||
|
||||
- name: Install Firefox flatpak
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- org.mozilla.firefox
|
||||
name: org.mozilla.firefox
|
||||
state: present
|
||||
method: user
|
||||
when: flatpak.stat.exists == true
|
||||
|
||||
- name: Install KeePassXC flatpak
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- org.keepassxc.KeePassXC
|
||||
name: org.keepassxc.KeePassXC
|
||||
state: present
|
||||
method: user
|
||||
when: flatpak.stat.exists == true
|
||||
|
||||
- name: Install VLC flatpak
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- org.videolan.VLC
|
||||
name: org.videolan.VLC
|
||||
state: present
|
||||
method: user
|
||||
when: flatpak.stat.exists == true
|
||||
|
|
Loading…
Reference in a new issue