mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-11 13:50:50 -05:00
Fedora: Use python2-psycopg2 or python3-psycopg2
"python-psycopg2" is replaced by python2-psycopg2, and the verification task will fail. EL8 will need this also
This commit is contained in:
parent
0020e63607
commit
18be7ccb8c
2 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,4 @@ __postgresql_packages:
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
- postgresql-contrib
|
- postgresql-contrib
|
||||||
- postgresql-libs
|
- postgresql-libs
|
||||||
|
postgresql_python_library: python2-psycopg2
|
||||||
|
|
|
@ -9,3 +9,5 @@ __postgresql_packages:
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
- postgresql-contrib
|
- postgresql-contrib
|
||||||
- postgresql-libs
|
- postgresql-libs
|
||||||
|
# Fedora 30 containers only have python3 by default
|
||||||
|
postgresql_python_library: python3-psycopg2
|
||||||
|
|
Loading…
Reference in a new issue