summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/79776.yml
blob: 08d222724b1d36cec6218fcdf5c11fe8e8e5853b (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: A,B
  gather_facts: false
  force_handlers: true
  tasks:
    - command: echo
      notify: handler1
      when: inventory_hostname == "A"
  handlers:
    - name: handler1
      include_tasks: 79776-handlers.yml