matrix-docker-ansible-deploy/ansible.cfg
pushytoxin 05bf1c045b
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.
2021-02-18 15:57:05 +01:00

7 lines
94 B
INI

[defaults]
retry_files_enabled = False
stdout_callback = yaml
[connection]
pipelining = True