From 04f9162e4e465e72c16460ecf84d5dccbf583803 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 27 Jul 2022 17:22:17 +0800 Subject: [PATCH] Update pre.yml --- apps/roles/postgresql/tasks/pre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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