Hi everyone,
I’m trying to wrap my head around what happened during the ng transition: I added some updates to a repo with a galaxy role I maintain after a longer time (dominiquefuchs.grafana_compose). After I realized my role import action fails due to the API key being deactivated, when recreating the key I noticed that there is a duplicate version of my namespace with an old version of that role under a different name (loki_compose, but namespace appears as DominiqueFuchs, not lowercased).
I tried to delete this old role that became grafana_compose at some point, but CLI tells me:
ansible-galaxy role delete DominiqueFuchs loki_compose
Role DominiqueFuchs.loki_compose not found. Maybe it was deleted previously?
Not a big deal, but kind of frustrating to have that orphaned, obsolete role namespace lying around with any rights to remove that. I see a lot of posts like these, but most of them seemed to be solved magically behind the scenes. Any tips?
Thanks!