diff --git a/update.yml b/update.yml index 0eb7e65..03654fa 100644 --- a/update.yml +++ b/update.yml @@ -1,6 +1,9 @@ - name: Update system (APT + Flatpak) hosts: all - become: yes + + become: true + become_user: root + become_method: sudo tasks: - name: Update APT cache apt: