From f4263ca004018830275f537ef6b175e3e754cc4f Mon Sep 17 00:00:00 2001 From: jakub Date: Thu, 11 Sep 2025 15:31:09 +0000 Subject: [PATCH] Update update.yml --- update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: