|
@@ -14,10 +14,12 @@
|
|
patch:
|
|
patch:
|
|
src: pg_hba.conf.patch
|
|
src: pg_hba.conf.patch
|
|
dest: /var/db/postgres/data12/pg_hba.conf
|
|
dest: /var/db/postgres/data12/pg_hba.conf
|
|
|
|
+ become_user: postgres
|
|
notify: PostgreSQL restarted
|
|
notify: PostgreSQL restarted
|
|
|
|
|
|
- name: PostgreSQL config file patched
|
|
- name: PostgreSQL config file patched
|
|
patch:
|
|
patch:
|
|
src: postgresql.conf.patch
|
|
src: postgresql.conf.patch
|
|
dest: /var/db/postgres/data12/postgresql.conf
|
|
dest: /var/db/postgres/data12/postgresql.conf
|
|
|
|
+ become_user: postgres
|
|
notify: PostgreSQL restarted
|
|
notify: PostgreSQL restarted
|