Update Keycloak to version 22.0.3

This commit is contained in:
footur 2023-09-22 15:42:06 +02:00
parent 3bb32ed075
commit cb25c28bb8
3 changed files with 5 additions and 5 deletions

View file

@ -30,13 +30,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.1/conf/
path: /opt/keycloak/keycloak-22.0.3/conf/
mode: 0755
- name: Copy certificates
ansible.builtin.copy:
src: "{{ item }}"
dest: "/opt/keycloak/keycloak-22.0.1/conf/{{ item }}"
dest: "/opt/keycloak/keycloak-22.0.3/conf/{{ item }}"
mode: 0444
loop:
- cert.pem