Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 09-ci-03-cicd/infrastructure/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down