mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Use stdout_callback yaml for network-integration tests (#56102)
This gives us a little more structure to our console logs, which make it easier for machines / humans to parse. It will be helpful once the ansible network team starts importing this data into elastic-recheck. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
committed by
Nilashish Chakraborty
parent
93d24efe37
commit
33d6f6f2dd
@@ -4,6 +4,7 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
log_path = /tmp/ansible-test.out
|
log_path = /tmp/ansible-test.out
|
||||||
|
stdout_callback = yaml
|
||||||
|
|
||||||
# allow cleanup handlers to run when tests fail
|
# allow cleanup handlers to run when tests fail
|
||||||
force_handlers = True
|
force_handlers = True
|
||||||
|
|||||||
Reference in New Issue
Block a user