Use the yaml callback plugin when running ansible-playbook

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.
This commit is contained in:
pushytoxin 2021-02-18 15:57:05 +01:00 committed by GitHub
parent 9e1d108ff1
commit 05bf1c045b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[defaults] [defaults]
retry_files_enabled = False retry_files_enabled = False
stdout_callback = yaml
[connection] [connection]
pipelining = True pipelining = True