mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update pre.yml
This commit is contained in:
parent
1422e770c8
commit
c448a71c45
@ -5,7 +5,7 @@
|
|||||||
1: MySQL5.7
|
1: MySQL5.7
|
||||||
private: no
|
private: no
|
||||||
Default:0
|
Default:0
|
||||||
register: version_options
|
register: mysql_version_options
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
mysql_version_meta:
|
mysql_version_meta:
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"1": "5.7"
|
"1": "5.7"
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
mysql_version: "{{mysql_version_meta[version_options.user_input]}}"
|
mysql_version: "{{mysql_version_meta[mysql_version_options.user_input]}}"
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: "mysql_version is {{mysql_version}}"
|
msg: "mysql_version is {{mysql_version}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user