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
In the past a URL such as https://github.com/foo/ansible-role-bar would result in a role being available at https://galaxy.ansible.com/foo/bar however recently this appears to have stopped working and the role URLs now simply have dashes changed to underscores for example https://galaxy.ansible.com/foo/ansible_role_bar.
STEPS TO REPRODUCE
Add a role with a repo name that starts with ansible-role-
Bug Report
SUMMARY
In the past a URL such as
https://github.com/foo/ansible-role-bar
would result in a role being available athttps://galaxy.ansible.com/foo/bar
however recently this appears to have stopped working and the role URLs now simply have dashes changed to underscores for examplehttps://galaxy.ansible.com/foo/ansible_role_bar
.STEPS TO REPRODUCE
Add a role with a repo name that starts with
ansible-role-
EXPECTED RESULTS
I expect the renaming to still work.
ACTUAL RESULTS
The latest project I imported from GitHub is this one and the results is this page on Ansible Galaxy.
The text was updated successfully, but these errors were encountered: