Update doc/topics/releases/2019.2.0.rst

Co-Authored-By: Ch3LL <megan.wilhite@gmail.com>
This commit is contained in:
Denys Havrysh 2019-03-05 11:34:33 -05:00 committed by GitHub
parent 052f193f1c
commit 9ca6e503b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ This will fail when pkgs is a list or dictionary. You will need to update the st
grafana_packages:
pkg.installed:
- names: {{ server.pkgs |tojson }}
- names: {{ server.pkgs|tojson }}
This test case has also been tested with the ``yaml`` and ``json`` filters successfully.