diff --git a/apps/roles/nextcloud/tasks/pre.yml b/apps/roles/nextcloud/tasks/pre.yml deleted file mode 100644 index 91ec178b..00000000 --- a/apps/roles/nextcloud/tasks/pre.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Config .env for start containers - shell: | - public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash` - sed -i "s/APP_TRUST_URL=.*/APP_TRUST_URL=$public_ip/g" {{installpath}}/{{appname}}/.env