mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
08a1d47427
commit
df909c5726
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ DOCUMENTATION = """
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
- name: "loop through list"
|
- name: "loop through list"
|
||||||
debug: msg="An item: {{item}}"
|
debug:
|
||||||
|
msg: "An item: {{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
|
Loading…
Reference in a new issue