Skip to content

Commit

Permalink
Use the yaml callback plugin when running ansible-playbook
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pushytoxin authored Feb 18, 2021
1 parent 9e1d108 commit 05bf1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[defaults]
retry_files_enabled = False
stdout_callback = yaml

[connection]
pipelining = True

0 comments on commit 05bf1c0

Please sign in to comment.