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') }}"