Correct indentation in examples - files/blockinfile.py (#3630)
* indentation in with_items section is out, correct that.
This commit is contained in:
parent
a6f0a279a9
commit
616752c2e3
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue