chore(molecule): RHBK v26.2 (#282)

This commit is contained in:
Helmut Wolf
2025-05-19 14:44:06 +02:00
parent 8f95bcb9e6
commit d23ae39c25
2 changed files with 3 additions and 3 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.0.8/keycloak-26.0.8.zip
url: https://github.com/keycloak/keycloak/releases/download/26.2.4/keycloak-26.2.4.zip
dest: /tmp/keycloak
mode: '0640'
delegate_to: localhost