ansible/test/integration/roles/test_handlers_meta/handlers/main.yml
Matt Davis 7683715caf fix multiple handler notifications
Fixes #19647
Adds integration test to catch multiple handler notifications
(cherry picked from commit c2495677b0)
2016-12-23 09:48:23 -08:00

10 lines
198 B
YAML

- name: set_handler_fact_1
set_fact:
handler1_called: True
- name: set_handler_fact_2
set_fact:
handler2_called: True
- name: count_handler
shell: echo . >> {{ handler_countpath }}