mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
This allows for automated identification of tasks which are expected to fail, but which cannot use ignore_errors because they need to fail.
3 lines
47 B
YAML
3 lines
47 B
YAML
- name: EXPECTED FAILURE
|
|
fail: msg="{{msg}}"
|