diff options
author | Matt Clay <matt@mystile.com> | 2019-01-25 09:04:58 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-01-25 09:26:09 +0100 |
commit | 35761a99c668d3d3890b650e3ef2dec4d0dbabb7 (patch) | |
tree | 0a226a8f800dd994a12aa8c8ade87acc42f09588 /test/integration/targets/handlers | |
parent | Fix path encoding bug in config manager. (diff) | |
download | ansible-35761a99c668d3d3890b650e3ef2dec4d0dbabb7.tar.xz ansible-35761a99c668d3d3890b650e3ef2dec4d0dbabb7.zip |
Make sure force_handlers is off for handlers test.
Diffstat (limited to 'test/integration/targets/handlers')
-rwxr-xr-x | test/integration/targets/handlers/runme.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/runme.sh b/test/integration/targets/handlers/runme.sh index 0076bc3788..711f91ee00 100755 --- a/test/integration/targets/handlers/runme.sh +++ b/test/integration/targets/handlers/runme.sh @@ -2,6 +2,10 @@ set -eux +export ANSIBLE_FORCE_HANDLERS + +ANSIBLE_FORCE_HANDLERS=false + # simple handler test ansible-playbook test_handlers.yml -i inventory.handlers -v "$@" --tags scenario1 |