Add TigerVNC flatpak
This commit is contained in:
parent
9af2739c18
commit
39ef3d9c0f
1 changed files with 7 additions and 0 deletions
|
@ -53,3 +53,10 @@
|
||||||
state: present
|
state: present
|
||||||
method: user
|
method: user
|
||||||
when: flatpak.stat.exists == true
|
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
|
||||||
|
|
Loading…
Reference in a new issue