Merge pull request #1873 from mscherer/fix_1849

Reindent with_items, fix #1849
This commit is contained in:
Brian Coca 2016-03-19 13:09:43 -07:00
commit 9cab73b5dd

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