summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/inventory/broken_dev_inventory.yml
blob: ce84309af142c1014b4e1e3d21f96be17477165b (plain)
1
2
3
4
5
6
7
8
9
10
---
# See https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html
ungrouped: {}
all:
  hosts:
    mail.example.com:
  children:
  foo: {} # <-- invalid based on inventory json schema
  vars: {}
webservers: {}