quote initial_root_password in config

This commit is contained in:
marlon 2024-10-02 16:31:27 -04:00
parent 0150b1be09
commit 9a32be5ebe

View File

@ -712,7 +712,7 @@ gitlab_rails['omniauth_providers'] = [
#### Change the initial default admin password and shared runner registration tokens.
####! **Only applicable on initial setup, changing these settings after database
####! is created and seeded won't yield any change.**
gitlab_rails['initial_root_password'] = {{ secret "initial_root_password" }}
gitlab_rails['initial_root_password'] = "{{ secret "initial_root_password" }}"
# gitlab_rails['initial_shared_runners_registration_token'] = "token"
#### Toggle if root password should be printed to STDOUT during initialization