fix(cent7): postgres11 needs libicu installed

This commit is contained in:
noelmcloughlin 2021-01-07 11:47:08 +00:00
parent e84389dbb3
commit 4c0f796f00

View file

@ -64,6 +64,8 @@ RedHat:
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-$releasever-$basearch'
{%- if grains.get('osmajorrelease', 0) >= 7 %}
pkgs_deps:
- libicu
pkg_python: python3-psycopg2
{%- endif %}