From eb6b65e44a387168a3c33a7272da93bf95c9320c Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 08:56:31 +0000 Subject: [PATCH] Update 'update.yml' --- update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.yml b/update.yml index a511f90..cfc645e 100644 --- a/update.yml +++ b/update.yml @@ -1,14 +1,13 @@ - hosts: all become: yes + become_method: sudo tasks: - name: update apt list - become: yes apt: update_cache: yes - name: Update and upgrade apt packages apt: upgrade: yes - become: yes # - hosts: all # become: true