Add python3 version of psycopg2 explicitly
This commit is contained in:
parent
a548bdcc6a
commit
0114ad8ed5
|
@ -2,7 +2,7 @@
|
|||
- name: install patroni packages via apt
|
||||
apt:
|
||||
name:
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
- python3-kazoo
|
||||
- patroni
|
||||
- postgresql-11
|
||||
|
|
Loading…
Reference in New Issue