summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/test_handlers_listen/handlers/main.yml
blob: 3bfd82a25464a22ad4724fc22447673e175f5703 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: notify_listen_ran_4_3
  set_fact:
    notify_listen_ran_4_3: True
  listen: notify_listen

- name: notify_listen_in_role_4
  set_fact:
    notify_listen_in_role_4: True
  listen: notify_listen_in_role