From 648cd26933606a8cb9c3cc9c951e312453ba8786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= <131643404+ByeonJungHun@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:36:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=ED=8F=B4=ED=8A=B8=20=EA=B0=92=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea85cb5..659c821 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,7 @@ ansible-playbook -i inventory cmoa_install.yaml vars: cmoa_namespace: imxc pg_version: - - 3.5.2 - - 3.5.3 - - 3.5.4 + - 3.5.5 roles: - role: cmoa_pgpatch delegate_to: 127.0.0.1 @@ -97,4 +95,4 @@ ansible-playbook -i inventory cmoa_install.yaml |변수|설명|default| |-----|-----|-----| |cmoa_namespace|CMOA가 설치 되어 있는 네임스페이스|imxc| -|pg_version|패치하고자 하는 버전|3.5.2
3.5.3
3.5.4| +|pg_version|패치하고자 하는 버전|3.5.5|