summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/blocks/43191-2.yml
blob: 4beda4e12b4b3bd8654009269e4c8e8d7e8904bc (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:
            - name: EXPECTED FAILURE
              fail:
          always:
            - block:
                - debug:
              always:
                - debug:
      rescue:
        - assert:
            that:
              - ansible_failed_task is defined
              - ansible_failed_result is defined