Merge pull request #40 from waynegemmell/master
Added | json to the package install
This commit is contained in:
commit
6a43ccab3a
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@
|
||||||
{% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %}
|
{% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %}
|
||||||
logrotate-pkg:
|
logrotate-pkg:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs: {{ pkgs }}
|
- pkgs: {{ pkgs | json }}
|
||||||
|
|
Loading…
Reference in a new issue