Update playbooks_lookups.rst

This commit is contained in:
Illia Krauchanka 2016-02-15 15:53:34 +03:00
commit 889c273ac4

View file

@ -25,6 +25,7 @@ The file lookup is the most basic lookup type.
Contents can be read off the filesystem as follows:: Contents can be read off the filesystem as follows::
---
- hosts: all - hosts: all
vars: vars:
contents: "{{ lookup('file', '/etc/foo.txt') }}" contents: "{{ lookup('file', '/etc/foo.txt') }}"