7683715caf
Fixes #19647
Adds integration test to catch multiple handler notifications
(cherry picked from commit c2495677b0
)
10 lines
198 B
YAML
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 }}
|