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:
Matt Clay
2016-05-27 12:28:13 -07:00
parent 126bc40ecf
commit 844b415066
4 changed files with 8 additions and 7 deletions

View File

@@ -1 +1,2 @@
- fail: msg="{{msg}}"
- name: EXPECTED FAILURE
fail: msg="{{msg}}"