This commit is contained in:
alecsandruchirosca
2024-05-02 21:54:58 +03:00
parent b35b92b831
commit 075a098a41

View File

@@ -4,7 +4,9 @@
become: true become: true
become_method: sudo become_method: sudo
become_user: root become_user: root
ansible.builtin.command: whoami # uses_shell: true
ansible.builtin.shell: whoami
# - name: Run whoami without become. # - name: Run whoami without become.
# command: whoami # command: whoami