Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install Role via ansible-galaxy #2

Open
mattagohni opened this issue Mar 1, 2017 · 2 comments
Open

Can't install Role via ansible-galaxy #2

mattagohni opened this issue Mar 1, 2017 · 2 comments

Comments

@mattagohni
Copy link

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

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.

image

Greetings
Matthias

@gfaivre
Copy link

gfaivre commented Mar 1, 2017

Hi Matthias,

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

Greetings.
Guewen

@mattagohni
Copy link
Author

Hi Guewen,

thanks for your reply. I didn't know that, but i will look into your ansible-stack.

Greetings
Matthias

@gfaivre gfaivre closed this as completed Mar 1, 2017
@gfaivre gfaivre reopened this Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants