You've already forked ansible-role-common
Update Loop variable names #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update away from using "{{ item }}"
[WARNING]: The loop variable 'item' is already in use. You should set the
loop_varvalue in theloop_controloption for the task to something else toavoid variable collisions and unexpected behavior.
Updated all instances which were using builtin "{{ item }}" variable.