The default default Ansible screen output encodes and prints error outputs as a hard to read dense line of JSON. This patch changes the ansible-playbook command behavior for this project to output yaml instead.pull/882/head
parent
9e1d108ff1
commit
05bf1c045b
1 changed files with 1 additions and 0 deletions
@ -1,5 +1,6 @@ |
||||
[defaults] |
||||
retry_files_enabled = False |
||||
stdout_callback = yaml |
||||
|
||||
[connection] |
||||
pipelining = True |
||||
|
Loading…
Reference in new issue