mirror of https://github.com/ansible/ansible.git
Add new `loop_control.extended_allitems` option (#75760)
* Add new `loop_control.extended_allitems` option. Fixes #75216 * Add test for extended_allitems * docs code block fixpull/78068/head
parent
a90f666ab3
commit
18992b7947
@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- Loops - Add new ``loop_control.extended_allitems`` to allow users to disable tracking all loop items for each loop
|
||||
(https://github.com/ansible/ansible/issues/75216)
|
||||
Loading…
Reference in New Issue