1
0
Fork 0

Merge pull request #1 from waynegemmell/waynegemmell-patch-1

Updated package install with json filter
This commit is contained in:
waynegemmell 2019-03-06 09:46:51 +02:00 committed by GitHub
commit d34348f06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
{% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %}
logrotate-pkg:
pkg.installed:
- pkgs: {{ pkgs }}
- pkgs: {{ pkgs | json }}