mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 12:14:25 -07:00
Reindent with_items, fix #1849
This commit is contained in:
parent
0254cbad9a
commit
2760c2ded0
1 changed files with 4 additions and 4 deletions
|
@ -144,10 +144,10 @@ EXAMPLES = r"""
|
||||||
block: |
|
block: |
|
||||||
{{item.name}} {{item.ip}}
|
{{item.name}} {{item.ip}}
|
||||||
marker: "# {mark} ANSIBLE MANAGED BLOCK {{item.name}}"
|
marker: "# {mark} ANSIBLE MANAGED BLOCK {{item.name}}"
|
||||||
with_items:
|
with_items:
|
||||||
- { name: host1, ip: 10.10.1.10 }
|
- { name: host1, ip: 10.10.1.10 }
|
||||||
- { name: host2, ip: 10.10.1.11 }
|
- { name: host2, ip: 10.10.1.11 }
|
||||||
- { name: host3, ip: 10.10.1.12 }
|
- { name: host3, ip: 10.10.1.12 }
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue