shell-server icon indicating copy to clipboard operation
shell-server copied to clipboard

Fix warning "The loop variable 'item' is already in use"

Open daurnimator opened this issue 7 years ago • 1 comments

In current ansible output in a few places:

    docker:  [WARNING]: The loop variable 'item' is already in use. You should set the
    docker: `loop_var` value in the `loop_control` option for the task to something else to
    docker: avoid variable collisions and unexpected behavior.

daurnimator avatar Jul 25 '18 05:07 daurnimator

this should point in the proper direction: https://wrightturn.wordpress.com/2017/05/10/ansible-warning-the-loop-variable-item-is-already-in-use/

sjas avatar Mar 24 '19 10:03 sjas