Hi everybody,
I’m trying to deprecate or remove a role from my namespace (stdevel.landscape) as I developed a collection for that use-case. I understand that it is easily possible to deprecate or remove collections:
Anyhow, this option isn’t available for roles:
What am I missing here? What does the process for deprecating a role look like?
Thanks a lot in advance!
EDIT
@werker pointed out that the workaround might be to use the CLI instead.
This command worked for me:
$ ansible-galaxy role delete <user> <repository-name> --token <api_token>
Unfortunately, it is not possible to deprecate a role - it is required to completely remove it.
Is it planned to have a button for this in the UI?