mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add docs detailing how to convert many with_X style loops to use loop and filters (#40964)
* Add docs detailing how to convert many with_X style loops to use loop and filters. Fixes #40727 * Switch lookup used in query vs lookup comparison, to not recommend use of nested lookup * Improve docs based on feedback
This commit is contained in:
@@ -91,6 +91,11 @@ You will run into errors because Ansible reads name in this context as a keyword
|
||||
|
||||
For a full list of keywords see ::ref::`Playbook Keywords`.
|
||||
|
||||
Migrating from with_X to loop
|
||||
-----------------------------
|
||||
|
||||
.. include:: ../user_guide/shared_snippets/with2loop.txt
|
||||
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
||||
Reference in New Issue
Block a user