From 118c49227f8c4dc4097e5193d17fc2cb794d6b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Tue, 8 Oct 2024 17:42:39 +0200 Subject: [PATCH] change: check if a new image is available is now optional (tag needed) --- tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 8f3869b..4e3a2e1 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: -- GitLab