1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

Thanks @adamchainz!
This commit is contained in:
Adam Johnson 2017-04-20 17:36:16 +01:00 committed by scottb
parent fe9af903f3
commit f1c4b434cd

View file

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