ansible-collections / ansible.posix

Ansible Collection for Posix
Other
159 stars 153 forks source link

New release? #559

Closed mariolenz closed 2 months ago

mariolenz commented 3 months ago
SUMMARY

@Akasurde I see quite some work on this collection, but no new release for some time. I think this is a problem because, for example, people who do not install this collection directly from GitHub (and I think this is the majority of users) don't get the bugfix from #496.

ISSUE TYPE
COMPONENT NAME

collection

ADDITIONAL INFORMATION

This collection shows up on my list of possibly unmaintained collections in Ansible 10. I won't start the removal process because people think this collection should stay in the Ansible Community Package. Nevertheless, a new release might be a good idea. Not to get it from my list, but to make the bugfixes and enhancements since 1.5.4 available to your users.

mariolenz commented 3 months ago

@Akasurde Please also note that skippy callback should have been removed long ago:

https://github.com/ansible-collections/ansible.posix/blob/7d219a7e05f8a748b984d2755dda8fb7ce8f8473/meta/runtime.yml#L3-L8

But it looks like it's still there.

cc @saito-hideki who deprecated this in #349.