mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Make sure force_handlers is off for handlers test.
This commit is contained in:
parent
48bdb61870
commit
35761a99c6
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
|
export ANSIBLE_FORCE_HANDLERS
|
||||||
|
|
||||||
|
ANSIBLE_FORCE_HANDLERS=false
|
||||||
|
|
||||||
# simple handler test
|
# simple handler test
|
||||||
ansible-playbook test_handlers.yml -i inventory.handlers -v "$@" --tags scenario1
|
ansible-playbook test_handlers.yml -i inventory.handlers -v "$@" --tags scenario1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue