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
Using modules with their simple name, e.g. copy, may be ambiguous now that collections have been introduced. A custom collection may have its own copy module and it could conflict with the one from the ansible.builtin collection. Adding such a rule would also help with tracking down unnamespaced modules/filters/etc and namespacing them in roles/playbooks/etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using modules with their simple name, e.g.
copy
, may be ambiguous now that collections have been introduced. A custom collection may have its owncopy
module and it could conflict with the one from theansible.builtin
collection. Adding such a rule would also help with tracking down unnamespaced modules/filters/etc and namespacing them in roles/playbooks/etc.Beta Was this translation helpful? Give feedback.
All reactions