ansible/ansible.cfg: make command output readable

Have a readable output, instead of the default that wraps the output
with stripped new lines inside json.

Related: https://github.com/ansible/ansible/issues/27078#issuecomment-364560173
Change-Id: I88d584a1808d82d75906b350e3bffe9bc73a8c67
This commit is contained in:
Oliver Smith 2022-02-07 17:07:42 +01:00
parent 41e218a355
commit 6695a91c0b
1 changed files with 2 additions and 0 deletions

2
ansible/ansible.cfg Normal file
View File

@ -0,0 +1,2 @@
[defaults]
stdout_callback=debug