mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Make sure force_handlers is off for handlers test.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user