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
This commit is contained in:
Andreas Jaeger 2020-01-23 07:46:56 +01:00
parent bf083b71fd
commit ba12fb98a0

View File

@ -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: