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

* indentation in with_items section is out, correct that.
pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent a6f0a279a9
commit 616752c2e3

@ -141,9 +141,9 @@ EXAMPLES = r"""
{{item.ip}} {{item.name}} {{item.ip}} {{item.name}}
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 }
""" """
import re import re

Loading…
Cancel
Save