Fix include_import test.

This will allow the test to work when HOST_PATTERN_MISMATCH is set to error.
This commit is contained in:
Matt Clay 2019-03-21 19:49:58 -07:00
parent fcc3353216
commit 8aa4b037ce

View file

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