Add TigerVNC flatpak

This commit is contained in:
Anthony Rose 2023-02-10 09:22:17 +00:00
parent 9af2739c18
commit 39ef3d9c0f

View file

@ -53,3 +53,10 @@
state: present
method: user
when: flatpak.stat.exists == true
- name: Install TigerVNC flatpak
community.general.flatpak:
name: org.tigervnc.vncviewer
state: present
method: user
when: flatpak.stat.exists == true