1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

to_nice_json filter no longer has a trailing space when formatting dicts

This commit is contained in:
Toshio Kuratomi 2015-04-30 08:52:02 -07:00
parent dabf16a714
commit fb96173d10

View file

@ -1,8 +1,8 @@
templated_var_loaded
{
"bool": true,
"multi_part": "1Foo",
"number": 5,
"bool": true,
"multi_part": "1Foo",
"number": 5,
"string_num": "5"
}