mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-03-26 21:33:03 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user