From ba014ad45acfc8d1589d976da0af71dac7f41bdf Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 09:16:59 +0000 Subject: [PATCH] Update 'update.yml' --- update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.yml b/update.yml index 94994df..82f0e89 100644 --- a/update.yml +++ b/update.yml @@ -1,5 +1,7 @@ - hosts: all - sudo: yes + become: yes + become_method: sudo + become_user: root tasks: - name: update apt list apt: