From 8b27cb0706e1937b0791cd476f077aab245bb9d2 Mon Sep 17 00:00:00 2001 From: Stephane Vigan Date: Thu, 26 Jun 2025 10:42:25 +0200 Subject: [PATCH] Fix case where archive is always downalod from JBoss Nework API Even is we set keycloak_quarkus_alternate_download_url previous block was run and we always try to download archive from JBoss Network Api. --- roles/keycloak_quarkus/tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/keycloak_quarkus/tasks/install.yml b/roles/keycloak_quarkus/tasks/install.yml index b188e6c..f20b225 100644 --- a/roles/keycloak_quarkus/tasks/install.yml +++ b/roles/keycloak_quarkus/tasks/install.yml @@ -77,6 +77,7 @@ - not archive_path.stat.exists - rhbk_enable is defined and rhbk_enable - not keycloak.offline_install + - keycloak_quarkus_alternate_download_url is undefined block: - name: Retrieve product download using JBoss Network API middleware_automation.common.product_search: