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
BUT, I upgraded Ansible on my machine yesterday and it was giving me errors because of the dashes in the name. Applying this fix was the only thing that would let me run it.
It seems like the naming standards changed out from under us over the years. I hate breaking changes, but hopefully this is defensible.
According to https://galaxy.ansible.com/docs/contributing/creating_role.html#role-names
-
-characters should not be used in ansible roles. I understand that it was common to prefix role names withandible-role-
in Galaxy. Thus, the documentation suggests to add an extra field tometa/main.yml
:The text was updated successfully, but these errors were encountered: