From c9b6f359be23dc9d3701bcd31d6c76acc3cd954c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Fri, 12 Jul 2024 16:51:46 +0200 Subject: [PATCH] Allow roll-back for hydra-dispatcher --- tasks/update-hydra-dispatcher.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/update-hydra-dispatcher.yml b/tasks/update-hydra-dispatcher.yml index 838612a..81fa8b6 100644 --- a/tasks/update-hydra-dispatcher.yml +++ b/tasks/update-hydra-dispatcher.yml @@ -5,6 +5,7 @@ name: - cadoles-pod-hydra-dispatcher-v1={{ cadoles_pod_hydra_dispatcher_v1_package_version }} update_cache: yes + allow_downgrade: true state: present become: true