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

Ansible Galaxy role/collection resolves to version 1.10 #9

Closed galitz closed 2 years ago

galitz commented 2 years ago

Hi.. when installing from ansible galaxy, the latest version of ansible-MISP is 1.1.0, which fails for me on Ubuntu 20.04 and Centos 7. When installing the role directly from GitHub it works correctly.

I have everything working fine, but others may be running into issues.

juju4 commented 2 years ago

Thanks for notice.

I believe historically galaxy was getting new tag/release automatically but nowadays, need to push it. I added in Feb the github action to do it automatically but I did my tagging before. As a results, https://galaxy.ansible.com/juju4/misp still displayed last import one year ago.

just made a new minor tag 1.3.1 to force galaxy refresh, so should be good now.

alternatively, can use a galaxy requirements pointing to github and master branch as version like

- src: https://github.com/juju4/ansible-redhat-epel/
  version: master
  name: juju4.redhat_epel