diff --git a/tasks/main.yml b/tasks/main.yml
index 8f3869b9cea2aba3fda8335b63d023538806ddba..4e3a2e1e3d755cd366e71b3fce2f2ec5c8c37dd9 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -289,6 +289,9 @@
     and instances_to_remove_key | length > 0
 
 - name: "Get image from another instance"
+  tags:
+    - "never"
+    - "check_image"
   include_tasks: "instance_images.yml"
   loop: "{{ odoo_instances | dict2items }}"
   loop_control: