ansible-collection-toolkit icon indicating copy to clipboard operation
ansible-collection-toolkit copied to clipboard

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

Open mherold opened this issue 10 months ago • 5 comments

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

mherold avatar Apr 08 '24 14:04 mherold

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/

mherold avatar Apr 10 '24 09:04 mherold

Thanks for the hint. This is indeed strange.

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

tobiashuste avatar Apr 16 '24 13:04 tobiashuste

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.

shadow1runner avatar Apr 24 '24 06:04 shadow1runner

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.

tobiashuste avatar May 07 '24 10:05 tobiashuste

@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 avatar May 08 '24 12:05 Normo