mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 04:10:27 -07:00
ci: downstream test asset management
This commit is contained in:
parent
05dccdaf3b
commit
ecb6cbb9bf
1 changed files with 8 additions and 1 deletions
|
@ -14,7 +14,14 @@
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
assets_server: "{{ lookup('env','MIDDLEWARE_DOWNLOAD_RELEASE_SERVER_URL') }}"
|
assets_server: "{{ lookup('env','MIDDLEWARE_DOWNLOAD_RELEASE_SERVER_URL') }}"
|
||||||
|
|
||||||
- name: "Download and deploy jws zips from {{ assets_server }}"
|
- name: "Set offline when assets server from env is defined"
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
sso_offline_install: True
|
||||||
|
when:
|
||||||
|
- assets_server is defined
|
||||||
|
- assets_server | length > 0
|
||||||
|
|
||||||
|
- name: "Download and deploy zips from {{ assets_server }}"
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "{{ asset }}"
|
url: "{{ asset }}"
|
||||||
dest: "{{ lookup('env', 'PWD') }}"
|
dest: "{{ lookup('env', 'PWD') }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue