fix(server/init): use |json to resolve 2019.2 breaking change

* Close #253:
  - Already tested there
This commit is contained in:
Imran Iqbal 2019-03-08 09:23:39 +00:00 committed by GitHub
parent e7a309de9b
commit 95bf214486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ include:
# Install, configure and start PostgreSQL server
postgresql-server:
pkg.installed:
- pkgs: {{ pkgs }}
- pkgs: {{ pkgs | json }}
{%- if postgres.use_upstream_repo == true %}
- refresh: True
- require: