From 8aa4b037ceeb06142393a15760b01305b24c9af6 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 21 Mar 2019 19:49:58 -0700 Subject: [PATCH] Fix include_import test. This will allow the test to work when HOST_PATTERN_MISMATCH is set to error. --- test/integration/targets/include_import/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/include_import/runme.sh b/test/integration/targets/include_import/runme.sh index 00131bbf9d8..7fc96eaa612 100755 --- a/test/integration/targets/include_import/runme.sh +++ b/test/integration/targets/include_import/runme.sh @@ -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