alecsandruchirosca 9 months ago
parent b35b92b831
commit 075a098a41
  1. 4
      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

Loading…
Cancel
Save