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

Note

  • The debug output of this role is optimized for the yaml callback plugin. Set this plugin for example in the environment shell> export ANSIBLE_STDOUT_CALLBACK=yaml

  • See details about the yaml callback plugin shell> ansible-doc -t callback yaml

  • See list of other callback plugins shell> ansible-doc -t callback -l