mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Mark tasks expected to fail with EXPECTED FAILURE.
This allows for automated identification of tasks which are expected to fail, but which cannot use ignore_errors because they need to fail.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
- fail: msg="{{msg}}"
|
||||
- name: EXPECTED FAILURE
|
||||
fail: msg="{{msg}}"
|
||||
|
||||
Reference in New Issue
Block a user