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
community.general.flatpak: hosts: localhost
name: com.rustdesk.RustDesk become: yes
state: present tasks:
remote: flathub - name: Install com.rustdesk.RustDesk
community.general.flatpak:
name: com.rustdesk.RustDesk
state: present
remote: flathub
method: system