mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-11 08:34:29 -07:00
fix: prefix match for alternate url download
This commit is contained in:
parent
eaea4567cf
commit
99c14a79da
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
||||||
- not archive_path.stat.exists
|
- not archive_path.stat.exists
|
||||||
- keycloak_rhsso_enable
|
- keycloak_rhsso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
- keycloak_rhsso_download_url is match(keycloak_rhn_url+".*")
|
- keycloak_rhn_url in keycloak_rhsso_download_url
|
||||||
|
|
||||||
- name: Download rhsso archive from alternate location
|
- name: Download rhsso archive from alternate location
|
||||||
get_url:
|
get_url:
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
- not archive_path.stat.exists
|
- not archive_path.stat.exists
|
||||||
- keycloak_rhsso_enable
|
- keycloak_rhsso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
- not keycloak_rhsso_download_url is match(keycloak_rhn_url+".*")
|
- not keycloak_rhn_url in keycloak_rhsso_download_url
|
||||||
|
|
||||||
## copy and unpack
|
## copy and unpack
|
||||||
- name: Copy archive to target nodes
|
- name: Copy archive to target nodes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue