community.general/lib/ansible/modules/extras/messaging
Ilya Zonov bca2a6cb56 Fix rabbitmq parameter changed check (#2237)
This commit fixes following issue: "Changed" flag is always true when
var is used for value module param.
2016-12-08 11:34:22 -05:00
..
__init__.py
rabbitmq_binding.py exchange name contains chars that needs to be quoted 2016-12-08 11:33:34 -05:00
rabbitmq_exchange.py Replace choices=BOOLEANS by type='bool', fix #1326 2016-12-08 11:33:40 -05:00
rabbitmq_parameter.py Fix rabbitmq parameter changed check (#2237) 2016-12-08 11:34:22 -05:00
rabbitmq_plugin.py Ignore extra lines from Pivotal's RabbitMQ package 2016-12-08 11:33:18 -05:00
rabbitmq_policy.py added version_added 2016-12-08 11:33:43 -05:00
rabbitmq_queue.py Replace choices=BOOLEANS by type='bool', fix #1326 2016-12-08 11:33:40 -05:00
rabbitmq_user.py fix command list to extend, not append 2016-12-08 11:34:18 -05:00
rabbitmq_vhost.py