mirror of https://github.com/ansible/ansible.git
_run_loop: Add the task name to the warning (#76012)
Prepend the task name to the warning "The loop variable 'item' is already in use", so that you can get some context even if stdout and stderr go to separate places.pull/76070/head
parent
64506c7d15
commit
aff5e5dfc6
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- _run_loop - Add the task name to the warning
|
||||
(https://github.com/ansible/ansible/issues/76011)
|
Loading…
Reference in New Issue