Correct single-app flatpak install

This commit is contained in:
Anthony Rose 2022-12-08 09:56:41 +00:00
parent a82cf67997
commit c4b140b69e

View file

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