diff --git a/apps/roles/postgresql/tasks/pre.yml b/apps/roles/postgresql/tasks/pre.yml index 7f1446c9..7ce58f15 100644 --- a/apps/roles/postgresql/tasks/pre.yml +++ b/apps/roles/postgresql/tasks/pre.yml @@ -40,4 +40,4 @@ - name: Config .env for start containers shell: | - sed -i 's/APP_VERSION=.*/APP_VERSION={{postgresql_version}}/g' {{installpath}}/{{appname}}/.env + sed -i 's/DB_POSTGRES_VERSION=.*/DB_POSTGRES_VERSION={{postgresql_version}}/g' {{installpath}}/{{appname}}/.env