juju4 / ansible-MISP

ansible role to setup MISP, Malware Information Sharing Platform & Threat Sharing
BSD 2-Clause "Simplified" License
51 stars 21 forks source link

Installing role from ansible-galaxy fails #6

Closed yaleman closed 4 years ago

yaleman commented 5 years ago
$ ansible-galaxy install juju4.MISP
- downloading role 'MISP', owned by juju4
- downloading role from https://github.com/juju4/ansible-MISP/archive/v0.8.tar.gz
- extracting juju4.MISP to /home/yaleman/.ansible/roles/juju4.MISP
- juju4.MISP (v0.8) was installed successfully
- adding dependency: juju4.redhat-epel
- downloading role 'redhat-epel', owned by juju4
 [WARNING]: - juju4.redhat-epel was NOT installed successfully: - sorry, juju4.redhat-epel was not found on https://galaxy.ansible.com.
juju4 commented 5 years ago

this a known problem. galaxy use latest tags and not HEAD. In my case, it is very old. new one is coming soon as I finished linting, galaxy roles renaming and few other stuff. In the meantime, I advise to use github to download role (and this allow easy update as galaxy lacks the option)

yaleman commented 5 years ago

Thanks for the update

On Sat, 16 Feb 2019, at 13:17, Julien wrote:

this a known problem. galaxy use latest tags and not HEAD. In my case, it is very old. new one is coming soon as I finished linting, galaxy roles renaming and few other stuff. In the meantime, I advise to use github to download role (and this allow easy update as galaxy lacks the option)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/juju4/ansible-MISP/issues/6#issuecomment-464278870, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKQ_GN9t5nyC5qaAYXk9oItWVUYg_Y7ks5vN3hhgaJpZM4a-kRK.

juju4 commented 5 years ago

new tag added. should work now

juju4 commented 4 years ago

Closing. Please comment if still an issue.