From 4396c26af56d93ed7260fcf5392fd22e83086e33 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 19 Mar 2016 13:40:58 +0100 Subject: Reindent with_items, fix #1849 --- files/blockinfile.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files') diff --git a/files/blockinfile.py b/files/blockinfile.py index c2e449b2..e31799da 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 } """ -- cgit v1.2.1