Merge pull request #14480 from ikrauchanka/patch-1

Update playbooks_lookups.rst
pull/14482/head
Brian Coca 10 years ago
commit d47aa3c1bc

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

Loading…
Cancel
Save