summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_block_as_handler-include.yml
blob: 5b03b0a82eae5209bede50549d63c463bf0f82a9 (plain)
1
2
3
4
5
6
7
8
- hosts: localhost
  gather_facts: false
  tasks:
    - command: echo
      notify: handler
  handlers:
    - name: handler
      include_tasks: test_block_as_handler-include_import-handlers.yml