5

According to this documentation it is possible to remove a role from Galaxy, but the following fails:

  • ansible-galaxy login succeeded
  • ansible-galaxy delete 030 https://github.com/030/ansible-firewall resulted in:

ERROR! Galaxy user 030 does not have access to repo 030/https://github.com/030/ansible-firewall

freginold
  • 109
  • 6
030
  • 13,235
  • 16
  • 74
  • 173

1 Answers1

7

You have to pass only the repository not the full HTTP URL of the repository when you want to delete it from what I've read in the documentation. So the command should be:

ansible-galaxy delete 030 ansible-firewall