summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/inventory_yaml/empty.json
blob: e1ae06846319511813ddebb9cfd3fa12d3dd1119 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "_meta": {
        "hostvars": {}
    }, 
    "all": {
        "children": [
            "ungrouped"
        ]
    }
}