ansible-test: add postgresql var file for Ubuntu 18.04 (#50914)

(cherry picked from commit 8c5b2048de)
pull/50920/head
Jordan Borean 6 years ago committed by Toshio Kuratomi
parent 19597c559a
commit bca3066a27

@ -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
Loading…
Cancel
Save