mprahl / ansible-role-lets-encrypt-route-53

An Ansible role that automates the generation of Let's Encrypt signed certificates with DNS challenges on Amazon's Route 53 (AWS)
36 stars 33 forks source link

Avoid clash witht the outer loop variable #25

Closed noseka1 closed 4 years ago

noseka1 commented 4 years ago

When calling the lets-encrypt-route-53 role in a loop, the following warning was issued by Ansible:

[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.