Enable force_handlers for integration tests.
parent
7e4336a3f4
commit
315434f676
|
@ -0,0 +1,3 @@
|
||||||
|
[defaults]
|
||||||
|
# allow cleanup handlers to run when tests fail
|
||||||
|
force_handlers = True
|
|
@ -5,6 +5,9 @@
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
log_path = /tmp/ansible-test.out
|
log_path = /tmp/ansible-test.out
|
||||||
|
|
||||||
|
# allow cleanup handlers to run when tests fail
|
||||||
|
force_handlers = True
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[defaults]
|
||||||
|
# allow cleanup handlers to run when tests fail
|
||||||
|
force_handlers = True
|
Loading…
Reference in New Issue