apps_all.yml aktualisiert

This commit is contained in:
lele 2026-01-03 15:15:12 +01:00
parent b3f8ccc918
commit c3cbd6c48b

View file

@ -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