fetch-subunit-output: use failed_when: instead of ignore_errors:
Change-Id: I6437200afb6734bba02073f07061e56f8adf1f8e
This commit is contained in:
parent
1d16e4b954
commit
9c30d35cd6
@ -39,7 +39,7 @@
|
|||||||
file:
|
file:
|
||||||
name: "{{ temp_subunit_file.path }}"
|
name: "{{ temp_subunit_file.path }}"
|
||||||
state: absent
|
state: absent
|
||||||
ignore_errors: true
|
failed_when: false
|
||||||
|
|
||||||
- name: Process and fetch subunit results
|
- name: Process and fetch subunit results
|
||||||
include: process.yaml
|
include: process.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user