Add full change check for rabbitmq policy (#19073)

Add check for all policy fields (name, apply_to, pattern, tags,
priority) to have correct changed state. Previosly changed state was
based on policy name only.

* Add support for rabbitmq 3.7
* Fix exec args for rabbitmqctl status
* Add changelog and fix description for Ansible 2.9
This commit is contained in:
Ilya Zonov
2019-05-28 22:06:06 +03:00
committed by Sam Doran
parent 1d22909f7c
commit 35c8739c2a
2 changed files with 102 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- rabbitmq_policy - Add full check for rabbit policy changes (https://github.com/ansible/ansible/issues/29264)