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-11 15:44:16 +0100
commit6695a91c0b145513ef8c499e050a0c0e92e60067 (patch)
tree8b9deed82b8e14a9659bb88b8b751426bf5176d0
parent41e218a3557d8028da6aee4ad5548ed546f1b5f6 (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