Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2023-10-11 11:40:26 +02:00
parent 07a81fbba9
commit 9df46eb4fb
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ postgresql_pkgs:
- 'postgresql-contrib-{{ psql_version }}'
- 'postgresql-client-{{ psql_version }}'
- pgtop
- "{% if ansible_distribution_version is version_compare('20.04', '>=') %}python3-psycopg2{% else %}python-psycopg2{% endif $}"
- "{% if ansible_distribution_version is version_compare('20.04', '>=') %}python3-psycopg2{% else %}python-psycopg2{% endif %}"
psql_el_install_scl_version: False
psql_el_install_from_pgdg_repo: True