From ba12fb98a04bce8b8535b9c61b793bb0dcc9a0e4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 23 Jan 2020 07:46:56 +0100 Subject: [PATCH] Fix ansible-2.9 skipped problem ansible-2.9 does not allow "|skipped" anymore, it needs "is skipped" instead, fix the only usage. See also Ic0c93f2ea896ead76922694e6150882d8a280daf and Id6c62da8f8a94c270d8a5d5981683a9d8c4e7ad6. Change-Id: I597c92d2f6dce31dab1ac4bf52bb534c8146b33b --- roles/ara-report/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ara-report/tasks/main.yaml b/roles/ara-report/tasks/main.yaml index d4bf38fd7..d937bbed6 100644 --- a/roles/ara-report/tasks/main.yaml +++ b/roles/ara-report/tasks/main.yaml @@ -59,7 +59,7 @@ command: gzip --recursive --best {{ final_ara_report_path }} when: - ara_compress_html | bool - - not ara_generated | skipped + - not ara_generated is skipped rescue: - name: HTML generation rescue debug: