From 075a098a413b8b920d87e06bf743af448abf37ba Mon Sep 17 00:00:00 2001 From: alecsandruchirosca Date: Thu, 2 May 2024 21:54:58 +0300 Subject: [PATCH] w --- update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.yml b/update.yml index 41a9578..34d7a53 100644 --- a/update.yml +++ b/update.yml @@ -4,7 +4,9 @@ become: true become_method: sudo become_user: root - ansible.builtin.command: whoami + # uses_shell: true + ansible.builtin.shell: whoami + # - name: Run whoami without become. # command: whoami