fix with_<lookup> spelling (#38584)

trivial change ;)

+label: docsite_pr
This commit is contained in:
Evgeni Golov 2018-04-12 00:37:33 +02:00 committed by scottb
parent da6d2b5f43
commit 7376a9b946

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.
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: