summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/inventory_yaml/empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/inventory_yaml/empty.json')
-rw-r--r--test/integration/targets/inventory_yaml/empty.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/inventory_yaml/empty.json b/test/integration/targets/inventory_yaml/empty.json
new file mode 100644
index 0000000..e1ae068
--- /dev/null
+++ b/test/integration/targets/inventory_yaml/empty.json
@@ -0,0 +1,10 @@
+{
+ "_meta": {
+ "hostvars": {}
+ },
+ "all": {
+ "children": [
+ "ungrouped"
+ ]
+ }
+}