fix with_<lookup> spelling (#38584)

trivial change ;)

+label: docsite_pr
pull/4420/head
Evgeni Golov 2018-04-12 00:37:33 +02:00 committed by scottb
parent da6d2b5f43
commit 7376a9b946
1 changed files with 1 additions and 1 deletions

View File

@ -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. *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: .. _lookups_and_variables: