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

seeing these messages in ansible playbook execution #313

Open
gaurav-dalvi opened this issue Jan 26, 2017 · 1 comment
Open

seeing these messages in ansible playbook execution #313

gaurav-dalvi opened this issue Jan 26, 2017 · 1 comment
Assignees
Labels

Comments

@gaurav-dalvi
Copy link
Contributor

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

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

seeing this for other tasks as well


TASK [stop nfs services (redhat)] **********************************************
 [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior.

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

is it expected ?

@gaurav-dalvi
Copy link
Contributor Author

ansible --version
ansible 2.2.1.0
config file = /root/.ansible.cfg
configured module search path = Default w/o overrides

@rhim rhim modified the milestone: beta Jan 30, 2017
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

3 participants