summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_flush_handlers_as_handler.yml
blob: 6d19408c1183c1dea0ae13be065a8b620d0472cf (plain)
1
2
3
4
5
6
7
8
9
- hosts: A
  gather_facts: false
  tasks:
    - command: echo
      notify:
        - handler
  handlers:
    - name: handler
      meta: flush_handlers