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

Fix broken Debian 10 test.

This commit is contained in:
Jeff Geerling 2020-02-21 10:50:19 -06:00
parent a9e4c53821
commit 13e815a26f

View file

@ -8,3 +8,5 @@ __postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev
# Debian 10 uses Python 3 by default.
postgresql_python_library: python3-psycopg2