mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Update pre.yml
This commit is contained in:
parent
30b1925397
commit
d5e3e19653
@ -1 +1,27 @@
|
|||||||
|
- pause:
|
||||||
|
prompt: |
|
||||||
|
Choice Odoo version:
|
||||||
|
0: Odoo15
|
||||||
|
1: Odoo14
|
||||||
|
2: Odoo13
|
||||||
|
3: Odoo12
|
||||||
|
private: no
|
||||||
|
Default:0
|
||||||
|
register: version_options
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
|
odoo_version_meta:
|
||||||
|
"0": "15"
|
||||||
|
"1": "14"
|
||||||
|
"2": "13"
|
||||||
|
"3": "12"
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
|
odoo_version: "{{odoo_version_meta[version_options.user_input]}}"
|
||||||
|
|
||||||
|
- debug:
|
||||||
|
msg: "odoo_version is {{odoo_version}}"
|
||||||
|
|
||||||
|
- name: Config .env for start containers
|
||||||
|
shell: |
|
||||||
|
sed -i 's/APP_VERSION=.*/APP_VERSION={{odoo_version}}/g' {{installpath}}/{{appname}}/.env
|
||||||
|
Loading…
Reference in New Issue
Block a user