JSON does not like trailing comma
thanks to @ericzolf for falling over that
This commit is contained in:
parent
c5ab014ad5
commit
62de30e8e9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ The data to be added to the top level JSON dictionary looks like this::
|
||||||
"_meta" : {
|
"_meta" : {
|
||||||
"hostvars" : {
|
"hostvars" : {
|
||||||
"moocow.example.com" : { "asdf" : 1234 },
|
"moocow.example.com" : { "asdf" : 1234 },
|
||||||
"llama.example.com" : { "asdf" : 5678 },
|
"llama.example.com" : { "asdf" : 5678 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue