Fix include_import test.
This will allow the test to work when HOST_PATTERN_MISMATCH is set to error.
This commit is contained in:
parent
fcc3353216
commit
8aa4b037ce
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ansible-playbook public_exposure/no_bleeding.yml -i inventory "$@"
|
|||
ansible-playbook public_exposure/no_overwrite_roles.yml -i inventory "$@"
|
||||
|
||||
# https://github.com/ansible/ansible/pull/48068
|
||||
ansible-playbook run_once/playbook.yml "$@"
|
||||
ANSIBLE_HOST_PATTERN_MISMATCH=warning ansible-playbook run_once/playbook.yml "$@"
|
||||
|
||||
# https://github.com/ansible/ansible/issues/48936
|
||||
ansible-playbook -v handler_addressing/playbook.yml 2>&1 | tee test_handler_addressing.out
|
||||
|
|
Loading…
Reference in a new issue