add psycopg2

This commit is contained in:
Oleksandr Stepanov
2024-11-20 17:48:55 +01:00
parent 576f8eb252
commit 5298e9f87d

View File

@ -1,4 +1,9 @@
--- ---
- name: Install psycopg2 packages
ansible.builtin.apt:
update_cache: true
name: psycopg2
- name: Grant user replication access for replication. - name: Grant user replication access for replication.
community.postgresql.postgresql_pg_hba: community.postgresql.postgresql_pg_hba:
dest: "{{ storage_directory }}/postgres/pg_hba.conf" dest: "{{ storage_directory }}/postgres/pg_hba.conf"