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

ansible-galaxy install question #227

Closed
jpic opened this issue Feb 14, 2017 · 3 comments
Closed

ansible-galaxy install question #227

jpic opened this issue Feb 14, 2017 · 3 comments

Comments

@jpic
Copy link

jpic commented Feb 14, 2017

Any idea why galaxy installs 1.5.0 by default ?

14/02 2017 12:31:32 jpic@lue ~ 
$ ansible-galaxy install -p /tmp -n ANXS.postgresql
- downloading role 'postgresql', owned by ANXS
- downloading role from https://github.com/ANXS/postgresql/archive/v1.5.0.tar.gz
- extracting ANXS.postgresql to /tmp/ANXS.postgresql
- ANXS.postgresql (v1.5.0) was installed successfully
@moviedo
Copy link
Contributor

moviedo commented Feb 14, 2017

The galaxy package hasn't been updated to reflect the github repo release versions. Try using the install_roles.yml with the following.

- src: https://github.com/ANXS/postgresql
  version: v1.7.1
  name: ANXS.postgresql

This worked for me, also I think ansilbe is moving away from using requirement.txt and using install_roles.yml.

@otakup0pe
Copy link
Member

It's been updated.... I forgot there was a period of time where manual imports into Galaxy were necessary...

@jpic
Copy link
Author

jpic commented Mar 2, 2017

Thanks 🎸

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

3 participants