Skip to content

Commit 556d155

Browse files
committed
Fix config_key_store_file description to match variable name
1 parent c1bf972 commit 556d155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/keycloak_quarkus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Role Defaults
6666
|`keycloak_quarkus_health_check_url`| Full URL (including scheme, host, path, fragment etc.) used for health check endpoint; keycloak_quarkus_hostname will NOT be prepended; helpful when health checks should happen against http port, but keycloak_quarkus_hostname uses https scheme per default | `` |
6767
|`keycloak_quarkus_health_check_url_path`| Path to the health check endpoint; keycloak_quarkus_hostname will be prepended automatically; Note that keycloak_quarkus_health_check_url takes precedence over this property | `realms/master/.well-known/openid-configuration` |
6868
|`keycloak_quarkus_proxy_headers`| Parse reverse proxy headers (`forwarded` or `xforwarded`) | `""` |
69-
|`keycloak_quarkus_config_key_store_file`| Path to the configuration key store; only used if `keycloak_quarkus_keystore_password` is not empty | `{{ keycloak.home }}/conf/conf_store.p12` if `keycloak_quarkus_keystore_password != ''`, else `''` |
69+
|`keycloak_quarkus_config_key_store_file`| Path to the configuration key store; only used if `keycloak_quarkus_config_key_store_password` is not empty | `{{ keycloak.home }}/conf/conf_store.p12` if `keycloak_quarkus_config_key_store_password != ''`, else `''` |
7070
|`keycloak_quarkus_config_key_store_password`| Password of the configuration keystore; if non-empty, `keycloak_quarkus_db_pass` will be saved to the keystore at `keycloak_quarkus_config_key_store_file` instead of being written to the configuration file in clear text | `""` |
7171
|`keycloak_quarkus_configure_firewalld` | Ensure firewalld is running and configure keycloak ports | `False` |
7272
|`keycloak_quarkus_configure_iptables` | Ensure iptables is configured for keycloak ports | `False` |

roles/keycloak_quarkus/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ argument_specs:
183183
type: "str"
184184
keycloak_quarkus_config_key_store_file:
185185
default: "{{ keycloak.home }}/conf/conf_store.p12"
186-
description: "Path to the configuration key store; only used if `keycloak_quarkus_keystore_password` is not empty"
186+
description: "Path to the configuration key store; only used if `keycloak_quarkus_config_key_store_password` is not empty"
187187
type: "str"
188188
keycloak_quarkus_config_key_store_password:
189189
default: ""

0 commit comments

Comments
 (0)