summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/test_handlers_meta/handlers/main.yml
blob: 0dd408b75af12eede664738faa4ce64f6ac0af7f (plain)
1
2
3
4
5
6
7
8
9
10
- 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 }}