summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/any_errors_fatal/73246.yml
blob: 50f20d9715e3cdd8eed6b50c22b45e72b9771110 (plain)
1
2
3
4
5
6
7
8
9
10
11
- hosts: testhost
  gather_facts: false
  any_errors_fatal: true
  tasks:
    - block:
        - block:
          - fail:
      always:
        - block:
          - debug:
              msg: PASSED