Fix a typo.
This commit is contained in:
parent
07a81fbba9
commit
9df46eb4fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue