Enable by default health check on restart

This commit is contained in:
Giovanni Toraldo 2024-06-04 17:00:11 +02:00
commit a4deaa005a
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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: