Update remote cache default

This commit is contained in:
Guido Grazioli 2025-05-02 11:26:27 +02:00
commit c45f7c0d60
3 changed files with 17 additions and 23 deletions

View file

@ -7,10 +7,6 @@
tasks:
- name: "Run preparation common to all scenario"
ansible.builtin.include_tasks: ../prepare.yml
vars:
assets:
- "{{ assets_server }}/sso/7.6.0/rh-sso-7.6.0-server-dist.zip"
- "{{ assets_server }}/sso/7.6.1/rh-sso-7.6.1-patch.zip"
- name: Create controller directory for downloads
ansible.builtin.file: # noqa risky-file-permissions delegated, uses controller host user
@ -22,7 +18,7 @@
- name: Download keycloak archive to controller directory
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
url: https://github.com/keycloak/keycloak/releases/download/26.0.7/keycloak-26.0.7.zip
url: https://github.com/keycloak/keycloak/releases/download/26.0.8/keycloak-26.0.8.zip
dest: /tmp/keycloak
mode: '0640'
delegate_to: localhost