Merge pull request #100 from Footur/keycloak-update-22.0.0

Update keycloak_quarkus to Keycloak version 22.0.0
This commit is contained in:
Guido Grazioli 2023-07-31 09:50:38 +02:00 committed by GitHub
commit ea735ea79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 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