mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07: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
|
templated_var_loaded
|
||||||
|
|
||||||
{
|
{
|
||||||
"bool": true,
|
"bool": true,
|
||||||
"multi_part": "1Foo",
|
"multi_part": "1Foo",
|
||||||
"number": 5,
|
"number": 5,
|
||||||
"string_num": "5"
|
"string_num": "5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue