Merge pull request #14480 from ikrauchanka/patch-1

Update playbooks_lookups.rst
pull/4420/head
Brian Coca 2016-02-15 08:13:28 -05:00
commit d47aa3c1bc
1 changed files with 1 additions and 0 deletions

View File

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