Merge pull request #308 from noelmcloughlin/cent7

fix(centOS): postgres11 needs libicu installed
This commit is contained in:
N 2021-01-07 22:54:20 +00:00 committed by GitHub
commit 61299186ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 %}