Add python3 version of psycopg2 explicitly

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:26 -04:00
parent a548bdcc6a
commit 0114ad8ed5
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