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