Merge pull request #312 from noelmcloughlin/centos

fix(jinja): use json filter
This commit is contained in:
N 2021-05-25 09:32:37 +01:00 committed by GitHub
commit 45cc47d9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ postgresql-profile:
postgresql-pkg-deps:
pkg.installed:
- pkgs: {{ postgres.pkgs_deps }}
- pkgs: {{ postgres.pkgs_deps | json }}
# Add upstream repository for your distro
postgresql-repo: