ansible-lockdown / UBUNTU22-CIS

Ansible role for Ubuntu22 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
181 stars 80 forks source link

Release latest 1.2.0 to Ansible Galaxy? #156

Closed colinbruner closed 10 months ago

colinbruner commented 11 months ago

Question Hi, would it be possible to release the latest 1.2.0 tag to ansible galaxy?

When using this role, I typically use the releases present on Ansible galaxy, but don't see the 1.2.0 release present yet.

image

Thanks!

colinbruner commented 11 months ago

not super pressing, as I am able to work around by referencing the GH repo in my galaxy.yaml.. but it would still be nice to use ansible-galaxy registry

-  - name: ansible-lockdown.ubuntu22_cis
+  - src: https://github.com/ansible-lockdown/UBUNTU22-CIS
-    version: V1.1.0
+    version: 1.2.0
uk-bolly commented 11 months ago

hi @colinbruner

There has been an upgrade to galaxy over the last couple of week. There has caused a number of irregularities with the how it has worked, we had them all up to date but we are now out of sync completely for no known reason. We will be looking at seeing if we can rectify this issues we are seeing as soon as we can.

For reference. https://forum.ansible.com/tag/galaxy-ng

many thanks

uk-bolly

colinbruner commented 11 months ago

awesome, thanks for the update @uk-bolly!

uk-bolly commented 10 months ago

hi @colinbruner

This should be sorted now. I can see 1.3.0 available now and the latest main branch

thanks

uk-bolly

colinbruner commented 10 months ago

Thank you!