From 889c273ac41914fabb65e7e379a92054cfddb258 Mon Sep 17 00:00:00 2001 From: Illia Krauchanka Date: Mon, 15 Feb 2016 15:53:34 +0300 Subject: [PATCH] Update playbooks_lookups.rst --- docsite/rst/playbooks_lookups.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index 3c2222c337b..454036b41f7 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -25,6 +25,7 @@ The file lookup is the most basic lookup type. Contents can be read off the filesystem as follows:: + --- - hosts: all vars: contents: "{{ lookup('file', '/etc/foo.txt') }}"