MNAIO: Use debug stdout callback by default

To aid in understanding the output of failed tasks more easily,
we enable the debug stdout callback plugin by default. We prefer
this to using the yaml stdout callback because it more clearly
outputs the stdout/stderr output.

Change-Id: If5f6a4e5d7138eaee8ab4a1b1bdde3009e5f649e
This commit is contained in:
Jesse Pretorius 2018-10-11 11:09:09 +01:00
parent 20c4cf2625
commit 9694afa91a

View File

@ -1,3 +1,5 @@
export ANSIBLE_STDOUT_CALLBACK="${ANSIBLE_STDOUT_CALLBACK:-debug}"
export ANSIBLE_GATHERING="${ANSIBLE_GATHERING:-smart}"
export ANSIBLE_GATHER_SUBSET="${ANSIBLE_GATHER_SUBSET:-network,hardware,virtual}"