Fix incorrect postgresql version

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:28 -04:00
parent f5254d7867
commit 0e9d0b3294
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- python3-psycopg2 - python3-psycopg2
- python3-kazoo - python3-kazoo
- patroni - patroni
- postgresql-11 - postgresql
when: debian_version|int >= 11 when: debian_version|int >= 11
- name: install patroni packages via apt - name: install patroni packages via apt