Fix config_key_store_file description to match variable name

This commit is contained in:
Stephane Vigan 2025-07-21 16:15:59 +02:00
commit 556d155533
No known key found for this signature in database
GPG key ID: 7D774C9280AEC8EF
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ argument_specs:
type: "str"
keycloak_quarkus_config_key_store_file:
default: "{{ keycloak.home }}/conf/conf_store.p12"
description: "Path to the configuration key store; only used if `keycloak_quarkus_keystore_password` is not empty"
description: "Path to the configuration key store; only used if `keycloak_quarkus_config_key_store_password` is not empty"
type: "str"
keycloak_quarkus_config_key_store_password:
default: ""