ansible-collections / community.rabbitmq

Manage RabbitMQ with Ansible
http://galaxy.ansible.com/community/rabbitmq
Other
30 stars 46 forks source link

add ansible 2.16 to tests, deprecate < 2.14 #165

Closed csmart closed 6 months ago

csmart commented 6 months ago

The CI isn't in a good state, let's fix it up before we try and merge in some new code and do a release!

It is a requirement to test against 2.16, so add this. While we're at it, we can deprecate the older versions of ansible < 2.14.

Fixes #162

csmart commented 6 months ago

Helps to address #164