From 274f266623f23a86475314a4526d59f1b798f72a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 6 Jan 2025 13:31:46 +0100
Subject: [PATCH] [FIX] remove intermediate image except if in full_maintenance

---
 handlers/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/main.yml b/handlers/main.yml
index c79f3d6..5d90f4e 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -27,4 +27,4 @@
       images_filters:
           label: "stage=builder"
   listen: "remove intermediate images"
-  when: inventory_hostname not in groups['maintenance_contract']
+  when: inventory_hostname not in groups['full_maintenance']
-- 
GitLab