@ -1,6 +1,7 @@
- hosts: all
tasks:
- name: get user
become: yes
ansible.builtin.command: whoami
# - name: Run whoami without become.