Skip to content

Commit 99c14a7

Browse files
committed
fix: prefix match for alternate url download
1 parent eaea456 commit 99c14a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/keycloak/tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- not archive_path.stat.exists
9696
- keycloak_rhsso_enable
9797
- not keycloak_offline_install
98-
- keycloak_rhsso_download_url is match(keycloak_rhn_url+".*")
98+
- keycloak_rhn_url in keycloak_rhsso_download_url
9999

100100
- name: Download rhsso archive from alternate location
101101
get_url:
@@ -108,7 +108,7 @@
108108
- not archive_path.stat.exists
109109
- keycloak_rhsso_enable
110110
- not keycloak_offline_install
111-
- not keycloak_rhsso_download_url is match(keycloak_rhn_url+".*")
111+
- not keycloak_rhn_url in keycloak_rhsso_download_url
112112

113113
## copy and unpack
114114
- name: Copy archive to target nodes

0 commit comments

Comments
 (0)