We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaea456 commit 99c14a7Copy full SHA for 99c14a7
roles/keycloak/tasks/install.yml
@@ -95,7 +95,7 @@
95
- not archive_path.stat.exists
96
- keycloak_rhsso_enable
97
- not keycloak_offline_install
98
- - keycloak_rhsso_download_url is match(keycloak_rhn_url+".*")
+ - keycloak_rhn_url in keycloak_rhsso_download_url
99
100
- name: Download rhsso archive from alternate location
101
get_url:
@@ -108,7 +108,7 @@
108
109
110
111
- - not keycloak_rhsso_download_url is match(keycloak_rhn_url+".*")
+ - not keycloak_rhn_url in keycloak_rhsso_download_url
112
113
## copy and unpack
114
- name: Copy archive to target nodes
0 commit comments