Merge pull request #285 from world-direct/fix/keycloak_config_rebuild
Some checks failed
CI / ci (push) Has been cancelled
Documentation / docs (push) Has been cancelled

Run config rebuild after SPI providers update
This commit is contained in:
Helmut Wolf 2025-05-21 09:26:07 +02:00 committed by GitHub
commit 2954bf81e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,7 +236,6 @@
loop: "{{ keycloak_quarkus_providers }}"
when: item.maven is defined
no_log: "{{ item.maven.password is defined and item.maven.password | length > 0 | default(false) }}"
notify: "{{ ['invalidate keycloak theme cache', 'rebuild keycloak config', 'restart keycloak'] if not item.restart is defined or item.restart else [] }}"
- name: "Copy maven providers"
ansible.builtin.copy:
@ -250,6 +249,7 @@
loop: "{{ keycloak_quarkus_providers }}"
when: item.maven is defined
no_log: "{{ item.maven.password is defined and item.maven.password | length > 0 | default(false) }}"
notify: "{{ ['invalidate keycloak theme cache', 'rebuild keycloak config', 'restart keycloak'] if not item.restart is defined or item.restart else [] }}"
- name: "Copy local providers"
ansible.builtin.copy: