You can narrow it down by grepping for "with_items", perhaps? Or other
with_ loop keywords? You maybe have something like this:
with_items: "{{ mythings }}"
This just needs to be:
with_items: mythings
-Tim
On Fri, Nov 29, 2013 at 1:47 PM, Anand Buddhdev <[email protected]> wrote:
> All my playbook runs are now emitting this warning at the start:
>
> *[WARNING]: It is unneccessary to use '{{' in loops, leave variables in
> loop*
>
> *expressions bare.*
>
> However, my playbook is quite large, and includes several roles for
> several classes of servers, so I have no idea which play or template is
> causing this warning to be issued. I've tried adding -vvv to
> ansible-playbook, but it doesn't give me any more information. How can I
> figure out what is causing this warning?
>
> Anand
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
Tim Gerla
[email protected]
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.