ansible-collection-toolkit
ansible-collection-toolkit copied to clipboard
Version 3.3.0 doesn't seem to be available on ansible galaxy
Same problem (and workaround) as in #169? 😢
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/
Thanks for the hint. This is indeed strange.
We'll check and keep you updated once we figured out what's happening.
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.
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.
@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