summaryrefslogtreecommitdiff
path: root/files/blockinfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'files/blockinfile.py')
-rw-r--r--files/blockinfile.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/blockinfile.py b/files/blockinfile.py
index 8e54ae50..25f8cd0e 100644
--- a/files/blockinfile.py
+++ b/files/blockinfile.py
@@ -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 }
"""