Fix molecule tests

This commit is contained in:
Helmut Wolf
2024-12-10 15:10:29 +01:00
parent e029e1c2fd
commit 86284b12c2
24 changed files with 49 additions and 27 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.5/keycloak-24.0.5.zip
url: https://github.com/keycloak/keycloak/releases/download/26.0.7/keycloak-26.0.7.zip
dest: /tmp/keycloak
mode: '0640'
delegate_to: localhost