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

Unable to install from ansible galaxy #17

Open
hax0rbana-adam opened this issue Mar 3, 2024 · 1 comment
Open

Unable to install from ansible galaxy #17

hax0rbana-adam opened this issue Mar 3, 2024 · 1 comment

Comments

@hax0rbana-adam
Copy link

The command to install the library which is documented at https://galaxy.ansible.com/ui/standalone/roles/fooock/bitcoind/ doesn't work due to inconsistent versioning.

$ ansible-galaxy role install fooock.bitcoind
Starting galaxy role install process
- downloading role 'bitcoind', owned by fooock
[WARNING]: - fooock.bitcoind was NOT installed successfully: Unable to compare role versions (v0.0.1, v0.0.2, 0.1.0, 0.2.0) to determine the most recent version due to incompatible version formats.
Please contact the role author to resolve versioning conflicts, or specify an explicit role version to install.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
@hax0rbana-adam
Copy link
Author

Workaround: ansible-galaxy role install fooock.bitcoind,0.2.0

Problem with this workaround: cumbersome, will never get updates unless the user manually specifies some other version.

Proper fix: remove the old version which start with "v"

@github-staff github-staff deleted a comment from SDH-IT-HO May 2, 2024
@github-staff github-staff deleted a comment May 12, 2024
@github-staff github-staff deleted a comment May 12, 2024
@github-staff github-staff deleted a comment from lualex Sep 1, 2024
@github-staff github-staff deleted a comment from fiaz-ali Sep 17, 2024
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
@hax0rbana-adam and others