mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 09:30:27 +00:00
Update pre.yml
This commit is contained in:
parent
aaea3e38f3
commit
ccb6b9154f
1 changed files with 2 additions and 0 deletions
|
@ -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]}}"
|
||||
|
|
Loading…
Reference in a new issue