diff --git a/apps/roles/erpnext/tasks/pre.yml b/apps/roles/erpnext/tasks/pre.yml index 64132a8a..2fb50bc2 100644 --- a/apps/roles/erpnext/tasks/pre.yml +++ b/apps/roles/erpnext/tasks/pre.yml @@ -22,6 +22,4 @@ - 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