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
541ada793b
commit
af56e448e9
@ -1 +1,25 @@
|
|||||||
|
- pause:
|
||||||
|
prompt: |
|
||||||
|
Choice Redis version:
|
||||||
|
0: Redis7
|
||||||
|
1: Redis6
|
||||||
|
2: Redis5
|
||||||
|
private: no
|
||||||
|
Default:0
|
||||||
|
register: redis_version_options
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
|
redis_version_meta:
|
||||||
|
"0": "7"
|
||||||
|
"1": "6"
|
||||||
|
"2": "5"
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
|
redis_version: "{{redis_version_meta[redis_version_options.user_input]}}"
|
||||||
|
|
||||||
|
- debug:
|
||||||
|
msg: "redis_version is {{redis_version}}"
|
||||||
|
|
||||||
|
- name: Config .env for start containers
|
||||||
|
shell: |
|
||||||
|
sed -i 's/APP_VERSION=.*/APP_VERSION=v{{redis_version}}/g' {{installpath}}/{{appname}}/.env
|
||||||
|
Loading…
Reference in New Issue
Block a user