From c3cbd6c48bd8d53344ace89837f7d65a8d637c53 Mon Sep 17 00:00:00 2001 From: lele Date: Sat, 3 Jan 2026 15:15:12 +0100 Subject: [PATCH] apps_all.yml aktualisiert --- apps_all.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps_all.yml b/apps_all.yml index b7c956f..ec92549 100644 --- a/apps_all.yml +++ b/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 \ No newline at end of file + hosts: localhost + become: yes + tasks: + - name: Install com.rustdesk.RustDesk + community.general.flatpak: + name: com.rustdesk.RustDesk + state: present + remote: flathub + method: system \ No newline at end of file