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