Update pre.yml
This commit is contained in:
parent
c23b1d2fb5
commit
7986871627
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
3: Odoo12
|
3: Odoo12
|
||||||
private: no
|
private: no
|
||||||
Default:0
|
Default:0
|
||||||
register: version_options
|
register: odoo_version_options
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
odoo_version_meta:
|
odoo_version_meta:
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"3": "12"
|
"3": "12"
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
odoo_version: "{{odoo_version_meta[version_options.user_input]}}"
|
odoo_version: "{{odoo_version_meta[odoo_version_options.user_input]}}"
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: "odoo_version is {{odoo_version}}"
|
msg: "odoo_version is {{odoo_version}}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue