--- - hosts: localhost tasks: - command: grep root /etc/passwd register: output - debug: var: output - debug: var: output.stdout