tripleo-validations/ansible.cfg
Tomas Sedovic e10338ce4a Add a validation-specific Ansible output callback
The validations have a few specifics in how they're used and what
information is important. So this formats the validation output in a way
that should highlight the failures themselves and make it more obvious
what went wrong and what to do when a validation fails.

Change-Id: I9730f2dd04868c5de46ae90bd545865d17aec530
Closes-Bug: #1625526
2016-10-13 14:37:42 +02:00

5 lines
99 B
INI

[defaults]
retry_files_enabled = False
host_key_checking=False
stdout_callback = validation_output