mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-01 22:13:30 -07:00
Fix config_key_store_file description to match variable name
This commit is contained in:
parent
c1bf9727f9
commit
556d155533
2 changed files with 2 additions and 2 deletions
|
@ -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: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue