mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-15 22:12:25 +00:00
#158: support for TCPPING
This commit is contained in:
7
roles/keycloak_quarkus/tasks/rebuild_config.yml
Normal file
7
roles/keycloak_quarkus/tasks/rebuild_config.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user