393412dc64
* check run state of current block only
* Add changelog and test
* Add test for issue 29047
(cherry picked from commit f2f6c34632
)
13 lines
326 B
YAML
13 lines
326 B
YAML
---
|
|
- name: "EXPECTED FAILURE"
|
|
block:
|
|
- fail:
|
|
msg: "EXPECTED FAILURE"
|
|
rescue:
|
|
- name: Assert that ansible_failed_task is defined
|
|
assert:
|
|
that: ansible_failed_task is defined
|
|
|
|
- name: Assert that ansible_failed_result is defined
|
|
assert:
|
|
that: ansible_failed_result is defined
|