mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
fix check exists download cache (#5776)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user