Hi team, i just noticed that my Ansible Roles in the Galaxy got duplicated like they would be in two different namespaces (MonolithProjects and monolithprojects) which contains a different role versions.
STEPS TO REPRODUCE
Go to Galaxy web UI and search for role github_actions_runner. You will get two instead of one - monolithprojects.github_actions_runner and MonolithProjects.github_actions_runner.
When i am importing new releases they seem to appear in monolithprojects.github_actions_runner (in the one without capital M and P). But whenever i try to click on any of the Roles I end up in the MonolithProjects.github_actions_runner which does not contain latest releases and the download count seems to be old too.
EXPECTED RESULTS
To have one namespace (does not matter if monolithprojects or MonolithProjects) with latest ansible roles
ACTUAL RESULTS
I can see my roles in two namespaces. Can not navigate via web UI to the roles with latest releases.
ansible-galaxy info shows old content from MonolithProjects (latest release of the role is 1.19.0)
Bug Report
SUMMARY
Hi team, i just noticed that my Ansible Roles in the Galaxy got duplicated like they would be in two different namespaces (
MonolithProjects
andmonolithprojects
) which contains a different role versions.STEPS TO REPRODUCE
Go to Galaxy web UI and search for role
github_actions_runner
. You will get two instead of one -monolithprojects.github_actions_runner
andMonolithProjects.github_actions_runner
.When i am importing new releases they seem to appear in
monolithprojects.github_actions_runner
(in the one without capital M and P). But whenever i try to click on any of the Roles I end up in theMonolithProjects.github_actions_runner
which does not contain latest releases and the download count seems to be old too.EXPECTED RESULTS
To have one namespace (does not matter if monolithprojects or MonolithProjects) with latest ansible roles
ACTUAL RESULTS
I can see my roles in two namespaces. Can not navigate via web UI to the roles with latest releases.
ansible-galaxy info
shows old content fromMonolithProjects
(latest release of the role is 1.19.0)