mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-27 07:01:34 -07: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:
parent
41127504dc
commit
8b27cb0706
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue