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

[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

Comments

@gjdoornink
Copy link

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

@rndmh3ro
Copy link
Collaborator

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'

That's not what was intended.

t_systems_mms.icinga_director is published as version 2.0.0 (https://galaxy.ansible.com/api/v2/collections/t_systems_mms/icinga_director/versions/).

telekom_mms.icinga_director is published as 1.33.2 (https://galaxy.ansible.com/api/v2/collections/telekom_mms/icinga_director/versions/).

Aside: We discuss this also here: ansible-community/ansible-build-data#261

@gjdoornink
Copy link
Author

Thank you,

I switched to the new collection telekom_mms.icinga_director, which works just fine.

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

2 participants