mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 21:02:48 +00:00
* 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
6 lines
125 B
YAML
6 lines
125 B
YAML
---
|
|
- name: Include tasks that have a failure in a block
|
|
hosts: localhost
|
|
tasks:
|
|
- include_tasks: block_fail_tasks.yml
|