From 0e3a9e374197df6f0092eb8ebfbc74f6f5ffa324 Mon Sep 17 00:00:00 2001 From: Ranabir Chakraborty Date: Thu, 28 May 2026 18:45:36 +0530 Subject: [PATCH] Jboss Network replace with Unified Downloads --- roles/keycloak/tasks/install.yml | 4 ++-- roles/keycloak/tasks/rhsso_patch.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/keycloak/tasks/install.yml b/roles/keycloak/tasks/install.yml index b0488ba..fb22118 100644 --- a/roles/keycloak/tasks/install.yml +++ b/roles/keycloak/tasks/install.yml @@ -96,7 +96,7 @@ - not sso_enable is defined or not sso_enable - not keycloak_offline_install -- name: Perform download from RHN using JBoss Network API +- name: Perform download from RHN using Unified Downloads API delegate_to: localhost run_once: true when: @@ -106,7 +106,7 @@ - sso_enable is defined and sso_enable - not keycloak_offline_install block: - - name: Retrieve product download using JBoss Network API + - name: Retrieve product download using Unified Downloads API middleware_automation.common.product_search: client_id: "{{ rhn_username }}" client_secret: "{{ rhn_password }}" diff --git a/roles/keycloak/tasks/rhsso_patch.yml b/roles/keycloak/tasks/rhsso_patch.yml index 3f4e253..2d17a39 100644 --- a/roles/keycloak/tasks/rhsso_patch.yml +++ b/roles/keycloak/tasks/rhsso_patch.yml @@ -14,7 +14,7 @@ when: sso_patch_version is defined become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}" -- name: Perform patch download from RHN via JBossNetwork API +- name: Perform patch download from RHN via Unified Downloads API delegate_to: localhost run_once: true when: @@ -22,7 +22,7 @@ - not keycloak_offline_install - sso_apply_patches block: - - name: Retrieve product download using JBossNetwork API + - name: Retrieve product download using Unified Downloads API middleware_automation.common.product_search: client_id: "{{ rhn_username }}" client_secret: "{{ rhn_password }}"