ansible-collections / community.rabbitmq

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

CI: update container, fix include tasks and linting #158

Closed csmart closed 11 months ago

csmart commented 11 months ago

ansible-core devel is dropping controller support for Python 3.9, we need to update the base container to a newer version.

ansible.builtin.include is deprecated, update tests to use include_tasks instead.

Fix some linting issues; type comparison in loader.py and ignored test.

See https://github.com/ansible-collections/news-for-maintainers/issues/49