1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Make sure force_handlers is off for handlers test.

This commit is contained in:
Matt Clay 2019-01-25 00:04:58 -08:00
parent 48bdb61870
commit 35761a99c6

View file

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