Merge "fetch-subunit-output: use failed_when: instead of ignore_errors:"
This commit is contained in:
commit
95a9562b81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user