Commit graph

10 commits

Author SHA1 Message Date
Brad Wilson
0af9622891 Issue #1668: rabbitmq_user: Ansible HEAD incorrectly treats permissions as a string instead of a list 2016-02-15 13:11:02 -08:00
Brian Coca
7c50f4cc8f Merge pull request #831 from viruxel/devel
Enable managing multiple user permissions from one shot
2016-02-01 23:36:36 -05:00
Marian Rusu
09268b1a48 Enable managing multiple user permissions rules from one shot
One of inconvinence this address is the the fact that
you have to pass user's tags even if you just want to
add a permission rule

Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
2016-01-23 23:37:11 +00:00
Mike Liu
ae7f7c2c64 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.
2015-09-05 12:38:19 -04:00
Luiz Felipe G. Pereira
8a5b597676 Fixing empty tags check
Right now even if you pass in an empty tags list to the module (either with
an empty string or null) it will erroneously think the tags list have changed
and re-apply the tags on every run
2015-08-24 14:15:11 -03:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Greg DeKoenigsberg
994ea305a8 Adding author's github id 2015-05-13 15:13:45 -04:00
Toshio Kuratomi
2396f36f11 Fix typo causing SyntaxError (missing colon) 2015-01-19 09:40:04 -08:00
Anders Ingemann
3795ab0379 Clear rabbitmq_user pw when none is specified 2015-01-16 14:32:08 +01:00
Michael DeHaan
b1e789968b File extensions! 2014-09-26 10:40:16 -04:00
Renamed from messaging/rabbitmq_user (Browse further)