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