Tidy example inventories in "Developing Dynamic Inventory Sources" (#18758)

Thanks @adamchainz!
pull/4420/head
Adam Johnson 2017-04-20 17:36:16 +01:00 committed by scottb
parent fe9af903f3
commit f1c4b434cd
1 changed files with 24 additions and 21 deletions

View File

@ -76,11 +76,14 @@ 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": {
"llama.example.com" : { "asdf" : 5678 } "asdf" : 1234
},
"llama.example.com": {
"asdf": 5678
}
} }
} }
} }
.. seealso:: .. seealso::