summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-inventory/files/valid_sample.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-inventory/files/valid_sample.yml')
-rw-r--r--test/integration/targets/ansible-inventory/files/valid_sample.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-inventory/files/valid_sample.yml b/test/integration/targets/ansible-inventory/files/valid_sample.yml
new file mode 100644
index 0000000..477f82f
--- /dev/null
+++ b/test/integration/targets/ansible-inventory/files/valid_sample.yml
@@ -0,0 +1,7 @@
+all:
+ children:
+ somegroup:
+ hosts:
+ something:
+ foo: bar
+ ungrouped: {} \ No newline at end of file