summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-10-30 08:06:50 -0400
committerBrian Coca <bcoca@ansible.com>2015-10-30 08:06:50 -0400
commitaeb0c2e5ba7dd37d824dba61b4c559d5bb0c77e9 (patch)
tree5796efdabe95553f7bfece74b3281107e01e98be
parent479cbfc63c8261577b359b7703d7e6168c1a74f5 (diff)
parent435918988475cf873b4ef2cb6b78030855bacb3d (diff)
downloadansible-aeb0c2e5ba7dd37d824dba61b4c559d5bb0c77e9.tar.gz
Merge pull request #12974 from jaamiller/patch-1
Update playbooks_lookups.rst
-rw-r--r--docsite/rst/playbooks_lookups.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst
index 9638411a1a..d0e8e76a37 100644
--- a/docsite/rst/playbooks_lookups.rst
+++ b/docsite/rst/playbooks_lookups.rst
@@ -10,6 +10,8 @@ in Ansible, and are typically used to load variables or templates with informati
.. note:: Lookups occur on the local computer, not on the remote computer.
+.. note:: Lookups are executed with a cwd relative to the role or play, as opposed to local tasks which are executed with the cwd of the executed script.
+
.. note:: Since 1.9 you can pass wantlist=True to lookups to use in jinja2 template "for" loops.
.. contents:: Topics