mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
add psycopg2
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
---
|
||||
- name: Install psycopg2 packages
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
name: psycopg2
|
||||
|
||||
- name: Grant user replication access for replication.
|
||||
community.postgresql.postgresql_pg_hba:
|
||||
dest: "{{ storage_directory }}/postgres/pg_hba.conf"
|
||||
|
||||
Reference in New Issue
Block a user