diff --git a/roles/download/tasks/download_container.yml b/roles/download/tasks/download_container.yml
index 2e804d5446ea0d379edfffd9b2a3b579b137c986..1215911d07390c6f2fb509a50d031fb0f36e1525 100644
--- a/roles/download/tasks/download_container.yml
+++ b/roles/download/tasks/download_container.yml
@@ -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