From b35b92b83122e1f1949fc6828b4b01cbfd05a7c4 Mon Sep 17 00:00:00 2001 From: alecsandruchirosca Date: Thu, 2 May 2024 21:53:00 +0300 Subject: [PATCH] w --- update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.yml b/update.yml index d446ca1..41a9578 100644 --- a/update.yml +++ b/update.yml @@ -1,7 +1,7 @@ - hosts: all tasks: - name: get user - become: yes + become: true become_method: sudo become_user: root ansible.builtin.command: whoami