fix: prefix match for alternate url download

main
Guido Grazioli 2022-01-28 14:46:12 +01:00
parent eaea4567cf
commit 99c14a79da
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
- not archive_path.stat.exists
- keycloak_rhsso_enable
- 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
get_url:
@ -108,7 +108,7 @@
- not archive_path.stat.exists
- keycloak_rhsso_enable
- 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
- name: Copy archive to target nodes