summaryrefslogtreecommitdiff
path: root/test/integration/targets/handlers/test_run_once.yml
blob: 5418b46a6ffe718e3fc54d311e8906817ef856c1 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: A,B,C
  gather_facts: false
  tasks:
    - command: echo
      notify: handler
  handlers:
    - name: handler
      run_once: true
      debug:
        msg: handler ran once