summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml
blob: f9c67cf56aa9202ca0b1cf1878d334aa7dd97aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- hosts: A
  gather_facts: false
  tasks:
    - command: echo
      notify: handler

    - ansible.builtin.meta: flush_handlers

    - debug:
        msg: after flush
  handlers:
    - name: handler
      debug:
        msg: handler ran