d55ddec923
* Revert "Clear failed state in always only if we did rescue (#52829)"
This reverts commit f135960fc2
.
* Add tests for failed scenario
* Set failed task with EXPECTED FAILURE
5 lines
125 B
YAML
5 lines
125 B
YAML
---
|
|
- name: Include tasks that have a failure in a block
|
|
hosts: localhost
|
|
tasks:
|
|
- include_tasks: block_fail_tasks.yml
|