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

iS it possible to point ngninx-config role to the latest version?

Open tibz7 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe

Some bug fixing are existing on the latest version of the role ansible-role-nginx-config but not available to the people who installed it via the collection

Describe the solution you'd like

Point the role ansible-role-nginx-config to the latest version

Describe alternatives you've considered

Installing the two roles inside the collection independently and not using the collection anymore IT would work without problems, some refactoring needed but it defeats a bit the purpose of having a collection

tibz7 avatar Nov 22 '23 15:11 tibz7

The collection isn't really kept all that up-to-date these days. Once the core/config roles reach a more stable release (v1), working on the collection is next on the roadmap. As is, updates to it for the time being are best effort.

I would suggest installing the roles independently like you mentioned 😄

alessfg avatar Nov 22 '23 19:11 alessfg

Hi. It would be great to update roles in this collection. Because currently installing nginx with it doesn't work 🫤 - pkg signing keys are different now: https://github.com/nginxinc/ansible-role-nginx/commit/f0ec588fa724d33ed6400618a2cb3ed6aa07eb9a#diff-0df1e942ad3785816287212a221a28e0c3f278250cd0e47d16a3df1d7ad085fc And the upstream version of this role works as expected.

wojciech-kopras avatar Aug 20 '24 13:08 wojciech-kopras