You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] Release 1.33.2 is published to ansible galaxy as version 2.0.0 and when used gives the following error: couldn't resolve module/action 't_systems_mms.icinga_director.icinga_host_info'
#217
Closed
gjdoornink opened this issue
Jul 13, 2023
· 2 comments
Release 1.33.2 is published to ansible galaxy as version 2.0.0, installed as version 2.0.0 and when used results in the following error: couldn't resolve module/action 't_systems_mms.icinga_director.icinga_host_info'
Release 1.33.2 is published to ansible galaxy as version 2.0.0, installed as version 2.0.0 and when used results in the following error: couldn't resolve module/action 't_systems_mms.icinga_director.icinga_host_info'
Issue:
Release 1.33.2 is published to ansible galaxy as version 2.0.0, installed as version 2.0.0 and when used results in the following error: couldn't resolve module/action 't_systems_mms.icinga_director.icinga_host_info'
The website does show version 1.33.2, but the api reports version 2.0.0 as can been seen by visiting this url: https://galaxy.ansible.com/api/v2/collections/t_systems_mms/icinga_director/versions/
Reproduction:
Install collection with:
ansible-galaxy collection install t_systems_mms.icinga_director
Or upgrade collection with:
ansible-galaxy collection install t_systems_mms.icinga_director --force
Work around:
Uninstall (remove) collection and reinstall the previous release with:
ansible-galaxy collection install t_systems_mms.icinga_director:1.33.1
The text was updated successfully, but these errors were encountered: