fix with_<lookup> spelling (#38584)
trivial change ;) +label: docsite_pr
This commit is contained in:
parent
da6d2b5f43
commit
7376a9b946
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Lookups and loops
|
|||
|
||||
*lookup plugins* are a way to query external data sources, such as shell commands or even key value stores.
|
||||
|
||||
Before Ansible 2.5, lookups were mostly used indirectly in ``with_<lookup`` constructs for looping. Starting with Ansible version 2.5, lookups are used more explicitly as part of Jinja2 expressions fed into the ``loop`` keyword.
|
||||
Before Ansible 2.5, lookups were mostly used indirectly in ``with_<lookup>`` constructs for looping. Starting with Ansible version 2.5, lookups are used more explicitly as part of Jinja2 expressions fed into the ``loop`` keyword.
|
||||
|
||||
|
||||
.. _lookups_and_variables:
|
||||
|
|
Loading…
Reference in a new issue