mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-27 00:11:53 -07:00
Enable by default health check on restart
This commit is contained in:
parent
4fb44091d6
commit
a4deaa005a
3 changed files with 3 additions and 3 deletions
|
@ -432,7 +432,7 @@ argument_specs:
|
|||
description: "Allow the option to ignore invalid certificates when downloading JDBC drivers from a custom URL"
|
||||
type: "bool"
|
||||
keycloak_quarkus_restart_health_check:
|
||||
default: "{{ keycloak_quarkus_ha_enabled }}"
|
||||
default: true
|
||||
description: "Whether to wait for successful health check after restart"
|
||||
type: "bool"
|
||||
keycloak_quarkus_restart_strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue