mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 00:51:34 -07:00
address review reqs
This commit is contained in:
parent
2d573c2b62
commit
c22389c86f
6 changed files with 26 additions and 11 deletions
|
@ -15,3 +15,9 @@
|
|||
retries: 25
|
||||
delay: 10
|
||||
when: keycloak_quarkus_restart_health_check
|
||||
|
||||
- name: Pause to give distributed ispn caches time to (re-)replicate back onto first host
|
||||
ansible.builtin.pause:
|
||||
seconds: "{{ keycloak_quarkus_restart_pause }}"
|
||||
when:
|
||||
- keycloak_quarkus_ha_enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue