Add python3 version of psycopg2 explicitly
This commit is contained in:
parent
8a140f70dc
commit
4ccc23bd85
|
@ -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