2019-01-25 05:04:22 +01:00
|
|
|
[defaults]
|
|
|
|
# allow cleanup handlers to run when tests fail
|
|
|
|
force_handlers = True
|
2019-03-22 05:54:41 +01:00
|
|
|
# force tests to set ansible_python_interpreter
|
|
|
|
interpreter_python = /set/ansible_python_interpreter/in/inventory
|
|
|
|
# prevent use of global inventory
|
|
|
|
inventory = /dev/null
|
|
|
|
|
|
|
|
[inventory]
|
|
|
|
# prevent tests from unintentionally passing when hosts are not found
|
|
|
|
host_pattern_mismatch = error
|