mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
JSON does not like trailing comma
thanks to @ericzolf for falling over that
This commit is contained in:
@@ -77,7 +77,7 @@ The data to be added to the top level JSON dictionary looks like this::
|
||||
"_meta" : {
|
||||
"hostvars" : {
|
||||
"moocow.example.com" : { "asdf" : 1234 },
|
||||
"llama.example.com" : { "asdf" : 5678 },
|
||||
"llama.example.com" : { "asdf" : 5678 }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user