Commit Graph

11 Commits (c4005983329d92f34af3cad427ea7a748836de80)

Author SHA1 Message Date
Michael Scherer 84ca3ba7ee Do not use a default value for -n parameter, fix #1400 (#1417) 9 years ago
Brad Wilson 0af9622891 Issue #1668: rabbitmq_user: Ansible HEAD incorrectly treats permissions as a string instead of a list 9 years ago
Brian Coca 7c50f4cc8f Merge pull request #831 from viruxel/devel
Enable managing multiple user permissions from one shot
9 years ago
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>
9 years ago
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.
9 years ago
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
9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Greg DeKoenigsberg 994ea305a8 Adding author's github id 9 years ago
Toshio Kuratomi 2396f36f11 Fix typo causing SyntaxError (missing colon) 10 years ago
Anders Ingemann 3795ab0379 Clear rabbitmq_user pw when none is specified 10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago