mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
Update test.yml
This commit is contained in:
parent
c95a1faf23
commit
a4bf007402
1 changed files with 4 additions and 13 deletions
|
@ -8,20 +8,11 @@
|
|||
Default:0
|
||||
register: version_options
|
||||
|
||||
- set_fact:
|
||||
erpnext_version: "{{erpnext_version_meta[version_options.user_input]}}"
|
||||
|
||||
- debug:
|
||||
msg: "Your selected version is {{ version_options.user_input}}"
|
||||
|
||||
- set_fact:
|
||||
erpnext_version: "13"
|
||||
when: version_options.user_input == '0'
|
||||
|
||||
- set_fact:
|
||||
erpnext_version: "12"
|
||||
when: version_options.user_input == '1'
|
||||
|
||||
- set_fact:
|
||||
erpnext_version: "11"
|
||||
when: version_options.user_input == '2'
|
||||
msg: "erpnext_version is {{erpnext_version}}"
|
||||
|
||||
- name: Config .env for start containers
|
||||
shell: |
|
||||
|
|
Loading…
Reference in a new issue