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