summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_block_as_handler-include_import-handlers.yml
blob: 61c058ba674c7380151a02b237f22a16606259c6 (plain)
1
2
3
4
5
6
7
8
- name: handler
  block:
    - name: due to how handlers are implemented, this is correct as it is equivalent to an implicit block
      debug:
    - name: this is a parser error, blocks as handlers are not supported
      block:
        - name: handler in a nested block
          debug: