I’m trying to publish a role from https://github.com/mpe-es/ansible-role-rhel-rke2-stig to Galaxy, but ansible-galaxy role import and the web UI Import role both return HTTP 500 (Internal Server Error), with no entry appearing under Role Imports.
Diagnosis so far:
- I am an owner of the
mpe-esGitHub org, and the Ansible GalaxyNG OAuth app is approved for the org (Third-party access policy). - Logging out/in of Galaxy does not auto-provision an
mpe_esrole namespace; it doesn’t exist under Role Namespaces, and the UI has no option to create one. - The Import UI shows “No matching namespace found” for GitHub user
mpe-es. - The repo is public and imports cleanly under
galaxy-importerlocally (Importer processing completed successfully), so the 500 is namespace-resolution, not role content. - My personal namespace
darkhonor(id 7882) exists and works; importing the org repo under it also 500s (provider mismatch).
Request: Please provision the role namespace mpe_es linked to the mpe-es GitHub org so I can import mpe-es/ansible-role-rhel-rke2-stig as mpe_es.rhel_rke2_stig. GitHub user: darkhonor (org owner). Thank you.