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

This commit is contained in:
Zuul 2020-05-04 16:20:02 +00:00 committed by Gerrit Code Review
commit 95a9562b81

View File

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