Assuming the below tasks:
shell: \"some_script.sh\"
register: \"some_script_result\"
debug:
msg: \"Output: {{ some_script_result.stdout_li
Here is bug report about an issue:
https://github.com/ansible/ansible/issues/27078 - why is ansible's default output not more human readable... stilll?
The possible answers:
[defaults]
nocows = True
# minimal, debug, yaml
stdout_callback = yaml
or:
ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook ....