mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
documented new wantlist feature
This commit is contained in:
parent
57674fa047
commit
a66c559818
1 changed files with 4 additions and 2 deletions
|
@ -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 occur on the local computer, not on the remote computer.
|
||||||
|
|
||||||
|
.. note:: Since 1.9 you can pass wantlist=True to lookups to use in jinja2 template "for" loops.
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
.. _getting_file_contents:
|
.. _getting_file_contents:
|
||||||
|
|
Loading…
Reference in a new issue