summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-inventory/files/valid_sample.yml
blob: b8e7b882ac1e7048a58c32b17c4acfedca286e01 (plain)
1
2
3
4
5
6
7
all:
  children:
    somegroup:
      hosts:
        something:
          foo: bar
    ungrouped: {}