Update Keycloak to version 23.0.1

This commit is contained in:
Footur 2023-12-01 10:34:04 +01:00
commit 55c02d7fc5
3 changed files with 5 additions and 5 deletions

View file

@ -19,13 +19,13 @@
- name: Create conf directory # risky-file-permissions in test user account does not exist yet
ansible.builtin.file:
state: directory
path: /opt/keycloak/keycloak-22.0.5/conf/
path: /opt/keycloak/keycloak-23.0.1/conf/
mode: 0755
- name: Copy certificates
ansible.builtin.copy:
src: "{{ item }}"
dest: "/opt/keycloak/keycloak-22.0.5/conf/{{ item }}"
dest: "/opt/keycloak/keycloak-23.0.1/conf/{{ item }}"
mode: 0444
loop:
- cert.pem