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}}"

View File

@@ -15,7 +15,7 @@
- name: set block tasks run flag
set_fact:
block_tasks_run: true
- name: fail in tasks
- name: EXPECTED FAILURE fail in tasks
fail:
- name: tasks flag should not be set after failure
set_fact:
@@ -24,7 +24,7 @@
- name: set block rescue run flag
set_fact:
block_rescue_run: true
- name: fail in rescue
- name: EXPECTED FAILURE fail in rescue
fail:
- name: tasks flag should not be set after failure in rescue
set_fact: