- pause: prompt: | Choice Erpnext version: 0: ERPNext13 1: ERPNext12 2: ERPNext11 private: no Default:0 register: version_options - set_fact: erpnext_version_meta: "0": "14" "1": "13" "2": "12" - set_fact: erpnext_version: "{{erpnext_version_meta[version_options.user_input]}}" - debug: msg: "erpnext_version is {{erpnext_version}}" - name: Config .env for start containers shell: | public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash` sed -i 's/APP_VERSION=.*/APP_VERSION=v{{erpnext_version}}/g' {{installpath}}/{{appname}}/.env sed -i "s/erp.example.com/$public_ip/g" {{installpath}}/{{appname}}/.env