Enable force_handlers for integration tests.

This commit is contained in:
Matt Clay 2019-01-24 20:04:22 -08:00
parent 7e4336a3f4
commit 315434f676
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[defaults]
# allow cleanup handlers to run when tests fail
force_handlers = True

View file

@ -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'

View file

@ -0,0 +1,3 @@
[defaults]
# allow cleanup handlers to run when tests fail
force_handlers = True