Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daurnimator opened this issue Jul 25, 2018 · 1 comment
Open

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

daurnimator opened this issue Jul 25, 2018 · 1 comment
Labels

Comments

@daurnimator
Copy link
Member

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.
@sjas
Copy link

sjas commented Mar 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants