Skip to content
Snippets Groups Projects
Unverified Commit 95bf2144 authored by Imran Iqbal's avatar Imran Iqbal Committed by GitHub
Browse files

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

* Close #253:
  - Already tested there
parent e7a309de
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ include: ...@@ -17,7 +17,7 @@ include:
# Install, configure and start PostgreSQL server # Install, configure and start PostgreSQL server
postgresql-server: postgresql-server:
pkg.installed: pkg.installed:
- pkgs: {{ pkgs }} - pkgs: {{ pkgs | json }}
{%- if postgres.use_upstream_repo == true %} {%- if postgres.use_upstream_repo == true %}
- refresh: True - refresh: True
- require: - require:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment