ansible-collections / community.rabbitmq

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

Add sanity test ignore entries for 2.14 #113

Closed csmart closed 2 years ago

csmart commented 2 years ago

The ansible-core devel branch has been updated to version 2.14.0. This patch copies the 2.13 test ignore entries so that they will be ignored for 2.14.

Relates to https://github.com/ansible-collections/news-for-maintainers/issues/13

csmart commented 2 years ago

Depends on #116 to fix failing tests, then rebase and merge.

Andersson007 commented 2 years ago

@csmart thanks for fixing the CI! isn't https://github.com/ansible-collections/community.libvirt/pull/112 the same?

(closed-reopened to trigger CI)

csmart commented 2 years ago

@csmart thanks for fixing the CI! isn't ansible-collections/community.libvirt#112 the same?

(closed-reopened to trigger CI)

Yep, was just waiting for that fixes to the CI before rebasing and merging them :+1:

csmart commented 2 years ago

OK this has been rebased after #116 was merged to fix the CI tests, so should be good to merge.