fix check exists download cache (#5776)

This commit is contained in:
Sergey 2020-03-16 13:34:35 +03:00 committed by GitHub
parent 64190dfc73
commit 03d1b56a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
- name: Stop if image not in cache on ansible host when download_force_cache=true
assert:
that: not image_is_cached
that: image_is_cached
msg: "Image cache file {{ image_path_cached }} not found for {{ image_reponame }} on localhost"
when:
- download_force_cache