summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-01-25 09:04:58 +0100
committerMatt Clay <matt@mystile.com>2019-01-25 09:26:09 +0100
commit35761a99c668d3d3890b650e3ef2dec4d0dbabb7 (patch)
tree0a226a8f800dd994a12aa8c8ade87acc42f09588 /test/integration/targets/handlers
parentFix path encoding bug in config manager. (diff)
downloadansible-35761a99c668d3d3890b650e3ef2dec4d0dbabb7.tar.xz
ansible-35761a99c668d3d3890b650e3ef2dec4d0dbabb7.zip
Make sure force_handlers is off for handlers test.
Diffstat (limited to 'test/integration/targets/handlers')
-rwxr-xr-xtest/integration/targets/handlers/runme.sh4
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