summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_subelements/vars/main.yml
blob: f7ef50f57a1b429610122c7ec23fa40f94c61d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
element_data:
  - id: x
    the_list:
      - "f"
      - "d"
    the:
      sub:
        key:
          list:
            - "q"
            - "r"
  - id: y
    the_list:
      - "e"
      - "f"
    the:
      sub:
        key:
          list:
            - "i"
            - "o"
element_data_missing:
  - id: x
    the_list:
      - "f"
      - "d"
    the:
      sub:
        key:
          list:
            - "k"
            - "l"
  - id: y
    the_list:
      - "f"
      - "d"
  - id: z
    the_list:
      - "e"
      - "f"
    the:
      sub:
        key: