I’m currently trying (and failing) to update one of my roles in Galaxy:
❯ ansible-galaxy role import --token "${TOKEN}" --role-name uos.smb_backup virtuos smb_backup
ERROR! None (HTTP Code: 500, Message: Internal Server Error)
The token should be valid and changing it will result in a 403 Forbidden:
❯ ansible-galaxy role import --token "123" --role-name uos.smb_backup virtuos smb_backup
ERROR! Error when finding available api versions from default (https://galaxy.ansible.com) (HTTP Code: 403, Message: Forbidden)
Not sure what I’m doing wrong. Given that it is an internal server error, it seems like the API is currently broken?