fix: set default vault_enable_tls variable to follow global internal tls value
Some checks failed
build-deploy / Bump version and create changelog with commitizen (push) Has been cancelled
Some checks failed
build-deploy / Bump version and create changelog with commitizen (push) Has been cancelled
This commit is contained in:
parent
396c6254ed
commit
a5b40e9687
@ -95,7 +95,7 @@ vault_storage_configuration: "{{ hashistack_vault_storage_configuration | defaul
|
||||
# listener configuration #
|
||||
##########################
|
||||
|
||||
hashistack_default_vault_enable_tls: false
|
||||
hashistack_default_vault_enable_tls: "{{ enable_tls_internal }}"
|
||||
vault_enable_tls: "{{ hashistack_vault_enable_tls | default(hashistack_default_vault_enable_tls) }}"
|
||||
|
||||
hashistack_default_vault_listener_configuration:
|
||||
|
Loading…
Reference in New Issue
Block a user