summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_handlers_meta.yml
blob: 636513a04b6d0b8b1f8017d9e72f2552365ed1cf (plain)
1
2
3
4
5
6
7
8
9
- hosts: A
  gather_facts: false
  tasks:
    - command: echo
      notify:
        - noop_handler
  handlers:
    - name: noop_handler
      meta: noop