fix incorrect rhn download url
parent
ab35489f67
commit
4ed54a648f
|
@ -13,6 +13,7 @@ keycloak_rhsso_saml_adapter_rhn_id: '101901'
|
|||
keycloak_rhsso_version: 7.5
|
||||
keycloak_rhsso_archive: rh-sso-{{ keycloak_rhsso_version }}-server-dist.zip
|
||||
keycloak_rhsso_installdir: "{{ keycloak_dest }}/rh-sso-{{ keycloak_rhsso_version }}"
|
||||
keycloak_rhsso_base_url: 'https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId='
|
||||
|
||||
### Install location and service settings
|
||||
keycloak_dest: /opt/keycloak
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
quiet: true
|
||||
|
||||
- set_fact:
|
||||
rhn_base_url: "{{ override_rhn_base_url | default('https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=') }}"
|
||||
rhn_download_url: "{{ rhn_base_url }}{{ rhn_id_file }}"
|
||||
rhn_download_url: "{{ keycloak_rhsso_base_url }}{{ rhn_id_file }}"
|
||||
|
||||
- name: "Check zipfile dest directory {{ zipfile_dest }}"
|
||||
stat:
|
||||
|
|
Loading…
Reference in New Issue