diff --git a/roles/fetch-subunit-output/tasks/main.yaml b/roles/fetch-subunit-output/tasks/main.yaml index 283c31bcb..bef602427 100644 --- a/roles/fetch-subunit-output/tasks/main.yaml +++ b/roles/fetch-subunit-output/tasks/main.yaml @@ -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