mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-07 11:20:28 -07:00
7 lines
243 B
YAML
7 lines
243 B
YAML
---
|
|
# cf. https://www.keycloak.org/server/configuration#_optimize_the_keycloak_startup
|
|
- name: "Rebuild {{ keycloak.service_name }} config"
|
|
ansible.builtin.shell: |
|
|
{{ keycloak.home }}/bin/kc.sh build
|
|
become: true
|
|
changed_when: true
|