Correct indentation in examples - files/blockinfile.py (#3630)

* indentation in with_items section is out, correct that.
This commit is contained in:
Fabio Alessandro Locati 2016-12-04 10:53:19 +00:00 committed by Matt Clay
parent a6f0a279a9
commit 616752c2e3

View file

@ -141,9 +141,9 @@ EXAMPLES = r"""
{{item.ip}} {{item.name}}
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 }
- { name: host1, ip: 10.10.1.10 }
- { name: host2, ip: 10.10.1.11 }
- { name: host3, ip: 10.10.1.12 }
"""
import re