aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-02-07 17:07:42 +0100
committerOliver Smith <osmith@sysmocom.de>2022-02-07 17:07:42 +0100
commitc4dca81d21ecb1f2db002ebf574ff187f0a7d5fa (patch)
treec5c920716d6af84027a0dc689dc6bb41c0e3d60d
parent60fedf50537ca3d4ab81a9ba74a1832f38eb1422 (diff)
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
-rw-r--r--ansible/ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 0000000..11169e6
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,2 @@
+[defaults]
+stdout_callback=debug