From a6273e7627694e208038fb612d1364dbb1aba17b Mon Sep 17 00:00:00 2001 From: alecsandruchirosca Date: Thu, 2 May 2024 21:52:24 +0300 Subject: [PATCH] r --- update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.yml b/update.yml index eabe402..d446ca1 100644 --- a/update.yml +++ b/update.yml @@ -2,6 +2,8 @@ tasks: - name: get user become: yes + become_method: sudo + become_user: root ansible.builtin.command: whoami # - name: Run whoami without become.