From ec60e5fbb14f25b7e2e1ef2f4bab0ca1446ca741 Mon Sep 17 00:00:00 2001 From: Bulat Zamilov Date: Fri, 21 Feb 2025 23:29:00 +0100 Subject: [PATCH] Update site.yml --- 09-ci-03-cicd/infrastructure/site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/09-ci-03-cicd/infrastructure/site.yml b/09-ci-03-cicd/infrastructure/site.yml index 49d31b3bb..78f240bfa 100644 --- a/09-ci-03-cicd/infrastructure/site.yml +++ b/09-ci-03-cicd/infrastructure/site.yml @@ -65,7 +65,7 @@ state: present - name: Init template1 DB - command: /usr/pgsql-11/bin/postgresql-11-setup initdb + command: /usr/pgsql-12/bin/postgresql-12-setup initdb failed_when: false - name: Start pgsql service @@ -94,7 +94,7 @@ - name: Copy pg_hba.conf copy: src: pg_hba.conf - dest: /var/lib/pgsql/11/data/pg_hba.conf + dest: /var/lib/pgsql/12/data/pg_hba.conf mode: 0600 owner: postgres group: postgres