summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_skip_flush.yml
blob: 5c1e82b3f827aac64689ad38745909df9de1c03a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: A
  gather_facts: false
  tasks:
    - command: echo
      notify:
        - handler
    - meta: flush_handlers
      when: false
    - fail:
  handlers:
    - name: handler
      debug:
        msg: handler ran