summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/test_handlers_meta/handlers/alternate.yml
blob: 9268ce513c024d62401cde0e4ac6761482ef108c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- name: set_handler_fact_1
  set_fact:
    handler1_called: True
    handler1_alt_called: True

- name: set_handler_fact_2
  set_fact:
    handler2_called: True
    handler2_alt_called: True

- name: count_handler
  shell: echo . >> {{ handler_countpath }}