community.general/tests/integration/targets/setup_postgresql_db/vars/Ubuntu-20-py3.yml

9 lines
190 B
YAML

postgresql_packages:
- "postgresql"
- "postgresql-common"
- "python3-psycopg2"
pg_hba_location: "/etc/postgresql/12/main/pg_hba.conf"
pg_dir: "/var/lib/postgresql/12/main"
pg_ver: 12