ansible-collections / community.rabbitmq

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

User check flag #129

Closed csmart closed 2 years ago

csmart commented 2 years ago
SUMMARY

The user module does not (yet) support check mode and as such, users were being modified when a playbook was run with --check flag. This sets the flag to False to reflect the actual state of the module and avoid unintended changes to systems.

ISSUE TYPE

See #107