Skip to content

Commit

Permalink
Update playbooks_lookups.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrauchanka committed Feb 15, 2016
1 parent 4b953c4 commit 889c273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docsite/rst/playbooks_lookups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand Down

0 comments on commit 889c273

Please sign in to comment.