chore: bump KC/RHBK to v26.3.0/v26.2.5

This commit is contained in:
Helmut Wolf 2025-06-16 12:46:00 +02:00
commit f79fd227eb
5 changed files with 9 additions and 9 deletions

View file

@ -18,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.2.4/keycloak-26.2.4.zip
url: https://github.com/keycloak/keycloak/releases/download/26.3.0/keycloak-26.3.0.zip
dest: /tmp/keycloak
mode: '0640'
delegate_to: localhost