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:
parent
dabf16a714
commit
fb96173d10
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
templated_var_loaded
|
||||
|
||||
{
|
||||
"bool": true,
|
||||
"multi_part": "1Foo",
|
||||
"number": 5,
|
||||
"bool": true,
|
||||
"multi_part": "1Foo",
|
||||
"number": 5,
|
||||
"string_num": "5"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue