summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_notify_included.yml
blob: e6125079b1ee7fc0948d5416a36b5b14b91e130e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- name: This worked unintentionally, make sure it does not anymore
  hosts: localhost
  gather_facts: false
  tasks:
    - command: echo
      notify:
        - include_handler

    - meta: flush_handlers

    - command: echo
      notify:
        - handler_from_include
  handlers:
    - name: include_handler
      include_tasks: test_notify_included-handlers.yml