fix(jinja): use json filter

This commit is contained in:
noelmcloughlin 2021-05-20 16:56:08 +01:00
parent 809aaabdbc
commit eb63ec85e0

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: