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