fetch-subunit-output: use failed_when: instead of ignore_errors:

Change-Id: I6437200afb6734bba02073f07061e56f8adf1f8e
This commit is contained in:
Albin Vass 2020-04-27 20:56:05 +02:00
parent 1d16e4b954
commit 9c30d35cd6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
file:
name: "{{ temp_subunit_file.path }}"
state: absent
ignore_errors: true
failed_when: false
- name: Process and fetch subunit results
include: process.yaml