--- - name: Test SSH and sudo hosts: all become: yes tasks: - name: Who am I? command: whoami register: whoami_result - name: Show result debug: var: whoami_result.stdout