Update keycloak to 24.0.5

This commit is contained in:
Guido Grazioli 2024-10-16 08:56:53 +02:00
commit 1279937bb0
5 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,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/24.0.4/keycloak-24.0.4.zip
url: https://github.com/keycloak/keycloak/releases/download/24.0.5/keycloak-24.0.5.zip
dest: /tmp/keycloak
mode: '0640'
delegate_to: localhost