chore: upgrade to 26.4.7

This commit is contained in:
Simon Ledunois
2025-12-11 17:42:31 +01:00
parent be0c8a4ae3
commit 6c3e327294
5 changed files with 6 additions and 6 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.3.0/keycloak-26.3.0.zip
url: https://github.com/keycloak/keycloak/releases/download/26.4.7/keycloak-26.4.7.zip
dest: /tmp/keycloak
mode: '0640'
delegate_to: localhost