ansible/test/integration/roles/test_handlers_meta/handlers/main.yml

8 lines
132 B
YAML
Raw Normal View History

- name: set_handler_fact_1
set_fact:
handler1_called: True
- name: set_handler_fact_2
set_fact:
handler2_called: True