1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #12974 from jaamiller/patch-1

Update playbooks_lookups.rst
This commit is contained in:
Brian Coca 2015-10-30 08:06:50 -04:00
commit aeb0c2e5ba

View file

@ -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