Update Keycloak to version 22.0.0

This commit is contained in:
footur 2023-07-14 11:36:54 +02:00
commit 7c4d420fea
3 changed files with 6 additions and 6 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-21.1.1/conf/
path: /opt/keycloak/keycloak-22.0.0/conf/
mode: 0755
- name: Copy certificates
ansible.builtin.copy:
src: "{{ item }}"
dest: "/opt/keycloak/keycloak-21.1.1/conf/{{ item }}"
dest: "/opt/keycloak/keycloak-22.0.0/conf/{{ item }}"
mode: 0444
loop:
- cert.pem