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