mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
14 lines
164 B
YAML
14 lines
164 B
YAML
|
list1:
|
||
|
- name: foo
|
||
|
extra: true
|
||
|
- name: bar
|
||
|
extra: false
|
||
|
- name: meh
|
||
|
extra: true
|
||
|
|
||
|
list2:
|
||
|
- name: foo
|
||
|
path: /foo
|
||
|
- name: baz
|
||
|
path: /baz
|