community.general/lib/ansible/modules/extras/messaging
Mike Liu fafb89cde5 Check that the current output from 'list_users' command contains a '\t'.
The `rabbitmqctl list_users` command will list the user's last login time
which does not include `\t` character. This is causing a ValueError exception
when attempting to split a user and its tags from the command output. This
fix will check for a `\t` in the current line of the output before splitting.
2016-12-08 11:33:45 -05:00
..
__init__.py package files 2016-12-08 11:32:18 -05:00
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 more string corrections 2016-12-08 11:32:39 -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 Check that the current output from 'list_users' command contains a '\t'. 2016-12-08 11:33:45 -05:00
rabbitmq_vhost.py more string corrections 2016-12-08 11:32:39 -05:00