Skip to content
Snippets Groups Projects
Unverified Commit 03d1b56a authored by Sergey's avatar Sergey Committed by GitHub
Browse files

fix check exists download cache (#5776)

parent 64190dfc
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
- name: Stop if image not in cache on ansible host when download_force_cache=true - name: Stop if image not in cache on ansible host when download_force_cache=true
assert: assert:
that: not image_is_cached that: image_is_cached
msg: "Image cache file {{ image_path_cached }} not found for {{ image_reponame }} on localhost" msg: "Image cache file {{ image_path_cached }} not found for {{ image_reponame }} on localhost"
when: when:
- download_force_cache - download_force_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment