Merge pull request #122 from Footur/update-keycloak

Update Keycloak to version 22.0.5
This commit is contained in:
Guido Grazioli 2023-11-03 10:56:18 +01:00 committed by GitHub
commit 19a2013fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.4/conf/
path: /opt/keycloak/keycloak-22.0.5/conf/
mode: 0755
- name: Copy certificates
ansible.builtin.copy:
src: "{{ item }}"
dest: "/opt/keycloak/keycloak-22.0.4/conf/{{ item }}"
dest: "/opt/keycloak/keycloak-22.0.5/conf/{{ item }}"
mode: 0444
loop:
- cert.pem