You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ansible-lint doesn't like the way we're templating task names
- name[template]
# When we use command, we do so because the corresponding module is insufficient
- command-instead-of-module
# ansible-lint doesn't like us using vars. as a prefix for templating variables and wants us to prefix the rolename for variables. But we're using global variables not specific to a role