mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-01 02:05:03 +00:00
05bf1c045b
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.
7 lines
94 B
INI
7 lines
94 B
INI
[defaults]
|
|
retry_files_enabled = False
|
|
stdout_callback = yaml
|
|
|
|
[connection]
|
|
pipelining = True
|