We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1509264 + 0a6cf8f commit 44ac9ffCopy full SHA for 44ac9ff
postgres/osfamilymap.yaml
@@ -63,7 +63,7 @@ RedHat:
63
gpgkey: 'https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-{{ release }}'
64
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-$releasever-$basearch'
65
66
-{%- if grains.get('osmajorrelease') >= 7 %}
+{%- if grains.get('osmajorrelease', 0) >= 7 %}
67
pkg_python: python3-psycopg2
68
{%- endif %}
69
0 commit comments