1all:
2    children:
3        kids:
4            hosts:
5                marcia:
6                    popular: True
7                jan:
8                    popular: False
9                cindy:
10                    popular: True
11                greg:
12                    popular: True
13                peter:
14                    popular: False
15                bobby:
16                    popular: False
17            vars:
18                in_trouble: True
19        cousins:
20            children:
21                redheads:
22                    hosts:
23                        #oliver:  # this used to cause an error and deliver incomplete inventory
24        the-maid:
25            hosts:
26                alice:
27                    status: single
28