mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 07:40:58 +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
|