File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,19 @@ provisioner:
2929 inventory :
3030 host_vars :
3131 instancegitlab :
32+ gitlab_version : " 17.11.2"
33+ gitlab_release : " ce.0"
3234 gitlab_edition : " gitlab-ce"
3335 gitlab_ip_range : " 0.0.0.0/0"
3436 gitlab_additional_configurations :
3537 - package :
36- - key : " modify_kernel_parameters"
37- type : " plain"
38- value : " false"
38+ - key : " modify_kernel_parameters"
39+ type : " plain"
40+ value : " false"
3941 - gitlab_kas :
40- - key : " env"
41- type : " plain"
42- value : " { 'OWN_PRIVATE_API_URL' => 'grpc://127.0.0.1:8155' }"
42+ - key : " env"
43+ type : " plain"
44+ value : " { 'OWN_PRIVATE_API_URL' => 'grpc://127.0.0.1:8155' }"
4345 gitlab_feature_flags :
4446 # See https://docs.gitlab.com/ee/user/feature_flags.html
4547 - name : " vscode_web_ide"
You can’t perform that action at this time.
0 commit comments