Update pre.yml

This commit is contained in:
qiaofeng1227 2022-12-07 11:01:39 +08:00 committed by GitHub
parent aaea3e38f3
commit ccb6b9154f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
Choice Gitlab version:
0: Gitlabce
1: Gitlabee
2: Gitlab with Jenkins
private: no
Default:0
register: gitlab_version_options
@ -11,6 +12,7 @@
gitlab_version_meta:
"0": "ce"
"1": "ee"
"2": "jenkins"
- set_fact:
gitlab_version: "{{gitlab_version_meta[gitlab_version_options.user_input]}}"