Add python3 version of psycopg2 explicitly

This commit is contained in:
Joshua Boniface 2021-06-06 02:27:14 -04:00
parent 8a140f70dc
commit 4ccc23bd85
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: install patroni packages via apt - name: install patroni packages via apt
apt: apt:
name: name:
- python-psycopg2 - python3-psycopg2
- python3-kazoo - python3-kazoo
- patroni - patroni
- postgresql-11 - postgresql-11