Debug

Enable debug output either in the configuration

poudriere_debug: true

, or set the extra variable in the command. For example, display variables

shell> ansible-playbook pb.yml -t poudriere_debug -e poudriere_debug=true

Hint

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