mirror of https://github.com/ansible/ansible.git
to_nice_json filter no longer has a trailing space when formatting dicts
parent
dabf16a714
commit
fb96173d10
@ -1,8 +1,8 @@
|
|||||||
templated_var_loaded
|
templated_var_loaded
|
||||||
|
|
||||||
{
|
{
|
||||||
"bool": true,
|
"bool": true,
|
||||||
"multi_part": "1Foo",
|
"multi_part": "1Foo",
|
||||||
"number": 5,
|
"number": 5,
|
||||||
"string_num": "5"
|
"string_num": "5"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue