Reindent with_items, fix #1849

This commit is contained in:
Michael Scherer 2016-03-19 13:40:58 +01:00 committed by Matt Clay
parent 0254cbad9a
commit 2760c2ded0

View file

@ -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 }
"""