apps_all.yml aktualisiert
This commit is contained in:
parent
b3f8ccc918
commit
c3cbd6c48b
1 changed files with 9 additions and 4 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
- name: Install rustdesk flatpak from flathub remote system-wide
|
- name: Install rustdesk flatpak from flathub remote system-wide
|
||||||
|
hosts: localhost
|
||||||
|
become: yes
|
||||||
|
tasks:
|
||||||
|
- name: Install com.rustdesk.RustDesk
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name: com.rustdesk.RustDesk
|
name: com.rustdesk.RustDesk
|
||||||
state: present
|
state: present
|
||||||
remote: flathub
|
remote: flathub
|
||||||
|
method: system
|
||||||
Loading…
Add table
Add a link
Reference in a new issue