You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/handlers/roles/test_handlers_listen/handlers/main.yml

16 lines
358 B
YAML

---
- name: notify_listen_ran_4_3
set_fact:
notify_listen_ran_4_3: True
listen: notify_listen
- name: notify_listen_in_role_4
set_fact:
notify_listen_in_role_4: True
listen: notify_listen_in_role
- name: test notifying listen namespaced by the role
set_fact:
notify_listen_in_specific_role: True
listen: notify_specific_role_listen