You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install this role for one of my playbooks, but unfortunately it is not possible to install.
I get the following Error when i try to install it via
ansible-galaxy install elao.mailcatcher
downloading role 'mailcatcher', owned by elao
- downloading role from https://github.com/ElaoInfra/ansible-role-mailcatcher/archive/master.tar.gz
[ERROR]: failed to download the file: HTTP Error 404: Not Found
It seems that the problem is, that ansible-galaxy tries to download your master-branch, but there is no master-Branch.
Greetings
Matthias
The text was updated successfully, but these errors were encountered:
We have updated all of our roles, and force versioning. So, from now, you have to specify the version, like that:
$ ansible-galaxy install elao.mailcatcher,1.0
Btw, we have also filled a ticket for ansible galaxy to take care of the default branch of a repo, and not systematically check master. See ansible/galaxy-issues#87
Furthermore, all of those roles aren't maintained anymore and we strongly encourage you to have a look on our new ansible stack: https://github.com/manala
Hello there,
I tried to install this role for one of my playbooks, but unfortunately it is not possible to install.
I get the following Error when i try to install it via
ansible-galaxy install elao.mailcatcher
It seems that the problem is, that ansible-galaxy tries to download your master-branch, but there is no master-Branch.
Greetings
Matthias
The text was updated successfully, but these errors were encountered: