mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Reindent with_items, fix #1849
This commit is contained in:
committed by
Matt Clay
parent
0254cbad9a
commit
2760c2ded0
@@ -144,10 +144,10 @@ EXAMPLES = r"""
|
||||
block: |
|
||||
{{item.name}} {{item.ip}}
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK {{item.name}}"
|
||||
with_items:
|
||||
- { name: host1, ip: 10.10.1.10 }
|
||||
- { name: host2, ip: 10.10.1.11 }
|
||||
- { name: host3, ip: 10.10.1.12 }
|
||||
with_items:
|
||||
- { name: host1, ip: 10.10.1.10 }
|
||||
- { name: host2, ip: 10.10.1.11 }
|
||||
- { name: host3, ip: 10.10.1.12 }
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user