Debug
To see additional information enable debug output in the configuration
cl_debug: true
, or set the extra variable in the command:
shell> ansible-playbook pb.yml -e cl_debug=true
Note
The debug output of this role is optimized for result_format=yaml. See
result_format. Set it in the configuration
[defaults]
callback_result_format = yaml
or in the environment
ANSIBLE_CALLBACK_RESULT_FORMAT=yaml