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:
parent
20c4cf2625
commit
9694afa91a
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user