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