1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-03 16:17:10 -05:00

Use postgresql_python_library: python3-psycopg2 for Ubuntu 18.04.

This commit is contained in:
Jeff Geerling 2020-02-20 19:31:50 -06:00
parent ebc9d1b74c
commit 1d5370646c

View file

@ -8,3 +8,4 @@ __postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev
postgresql_python_library: python3-psycopg2