From 9c30d35cd6d9997c6f0d5dda4a6d90b0e5254b95 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Mon, 27 Apr 2020 20:56:05 +0200 Subject: [PATCH] fetch-subunit-output: use failed_when: instead of ignore_errors: Change-Id: I6437200afb6734bba02073f07061e56f8adf1f8e --- roles/fetch-subunit-output/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fetch-subunit-output/tasks/main.yaml b/roles/fetch-subunit-output/tasks/main.yaml index 741b5a2c7..1e2a1c7ba 100644 --- a/roles/fetch-subunit-output/tasks/main.yaml +++ b/roles/fetch-subunit-output/tasks/main.yaml @@ -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