Enable force_handlers for integration tests.
This commit is contained in:
parent
7e4336a3f4
commit
315434f676
3 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
[defaults]
|
||||
# allow cleanup handlers to run when tests fail
|
||||
force_handlers = True
|
|
@ -5,6 +5,9 @@
|
|||
host_key_checking = False
|
||||
log_path = /tmp/ansible-test.out
|
||||
|
||||
# allow cleanup handlers to run when tests fail
|
||||
force_handlers = True
|
||||
|
||||
[ssh_connection]
|
||||
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 a new issue