mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 00:31:14 +00:00
ansible-test: add postgresql var file for Ubuntu 18.04 (#50914)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
postgresql_packages:
|
||||
- "postgresql"
|
||||
- "postgresql-common"
|
||||
- "python3-psycopg2"
|
||||
|
||||
pg_hba_location: "/etc/postgresql/10/main/pg_hba.conf"
|
||||
pg_dir: "/var/lib/postgresql/10/main"
|
||||
pg_ver: 10
|
||||
Reference in New Issue
Block a user