summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/blocks/79711.yml
blob: ca9bfbb498697543c740d6373629e51810597905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- hosts: localhost
  gather_facts: false
  tasks:
    - block:
      - block:
          - debug:
          - name: EXPECTED FAILURE
            fail:
        rescue:
          - debug:
          - debug:
          - name: EXPECTED FAILURE
            fail:
        always:
          - debug:
      always:
        - debug: