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

Version 3.3.0 doesn't seem to be available on ansible galaxy #201

Closed
mherold opened this issue Apr 8, 2024 · 5 comments
Closed

Version 3.3.0 doesn't seem to be available on ansible galaxy #201

mherold opened this issue Apr 8, 2024 · 5 comments

Comments

@mherold
Copy link

mherold commented Apr 8, 2024

Same problem (and workaround) as in #169? 😢

@mherold
Copy link
Author

mherold commented Apr 10, 2024

I just noticed, the version is not available in https://galaxy.ansible.com/ui/standalone/roles/hifis/unattended_upgrades/. but there's another role that seems to have been published recently, but with a hyphen instead of an underscore (which does contain v3.3.0): https://galaxy.ansible.com/ui/standalone/roles/hifis/unattended-upgrades/

@tobiashuste
Copy link
Member

Thanks for the hint. This is indeed strange.

We'll check and keep you updated once we figured out what's happening.

@shadow1runner
Copy link

I've just stumbled upon the same issue: hifis.unattended-upgrades (latest v3.3.0) != hifis.unattended_upgrades (latest: v3.2.1);
@tobiashuste do you happen to have an update on which one should be used moving forward?
#175 introduced by you point to the latter, so for the time being I'll stick with this one.

@tobiashuste
Copy link
Member

Somehow this is related to the changes made to the previous and next generation Ansible Galaxy. It is not very clear, what's going on, at least for us. We also have no real clue how to fix it.

Since the support for roles seems not to be priority 1 in Ansible, we are about to change the role into a collection and will provide instructions on how to convert from the role to a collection.
With this change, also new versions will properly appear again. We hope that this will be the most practicable solution for all parties. See also #198 and this branch https://github.com/hifis-net/ansible-role-unattended-upgrades/tree/release-version-4.0.0.

@Normo
Copy link
Member

Normo commented May 8, 2024

@mherold @shadow1runner Feel free to switch to the hifis.toolkit collection:

ansible-galaxy collection install hifis.toolkit
- hosts: all
  roles:
     - role: hifis.toolkit.unattended_upgrades

@Normo Normo closed this as completed May 21, 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

4 participants