mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-06 14:14:30 -07:00
fix incorrect rhn download url
This commit is contained in:
parent
ab35489f67
commit
4ed54a648f
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue