ansible-collections / community.rabbitmq

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

Fixes rabbitmq_binding breaks idempotency if arguments is not empty #161

Open oneoneonepig opened 10 months ago

oneoneonepig commented 10 months ago
SUMMARY

Fixes #160

ISSUE TYPE
COMPONENT NAME

community.rabbitmq.rabbitmq_binding

ADDITIONAL INFORMATION

Tested locally by running the same task twice. The second run shows all test cases [ok]: .... See issue #160 to see what test cases were included.

oneoneonepig commented 10 months ago

will fix the sanitization tomorrow

csmart commented 5 months ago

Hi @oneoneonepig thanks for this contribution! Any chance you could please rebase and also add some more information in the commit message about the problem this is solving, and add a changelog snippet? Thanks!