mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Enable force_handlers for integration tests.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user