1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update FreeBSD pg test to use postgresql95-server.

The py-psycopg2 package now requires postgresql95-server instead of
postgresql93-server. Installing py-psycopg2 will automatically remove
postgresql93-server if it is installed, breaking integration tests.
This commit is contained in:
Matt Clay 2017-06-24 19:01:51 -07:00
parent 014bcad35b
commit 15beaed6bc

View file

@ -1,10 +1,10 @@
postgresql_packages:
- "postgresql93-server"
- "postgresql95-server"
- "py27-psycopg2"
pg_hba_location: "/usr/local/pgsql/data/pg_hba.conf"
pg_dir: "/usr/local/pgsql/data"
pg_ver: 9.3
pg_ver: 9.5
pg_user: pgsql
pg_group: pgsql