Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Make `main()` calls conditional - messaging (#3654) | Fabio Alessandro Locati | 2016-12-05 | 1 | -1/+3 |
| | |||||
* | Native YAML - messaging (#3599) | Fabio Alessandro Locati | 2016-12-01 | 1 | -11/+17 |
| | |||||
* | fix command list to extend, not append | Paul Durivage | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | rabbitmq_user: Properly initialize _permissions (#2163) | Maxime Montinet | 2016-05-05 | 1 | -1/+1 |
| | | | Fixes #2162 | ||||
* | Do not use a default value for -n parameter, fix #1400 (#1417) | Michael Scherer | 2016-04-14 | 1 | -2/+4 |
| | |||||
* | Issue #1668: rabbitmq_user: Ansible HEAD incorrectly treats permissions as a ↵ | Brad Wilson | 2016-02-15 | 1 | -1/+1 |
| | | | | string instead of a list | ||||
* | Merge pull request #831 from viruxel/devel | Brian Coca | 2016-02-01 | 1 | -21/+65 |
|\ | | | | | Enable managing multiple user permissions from one shot | ||||
| * | Enable managing multiple user permissions rules from one shot | Marian Rusu | 2016-01-23 | 1 | -21/+65 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | Check that the current output from 'list_users' command contains a '\t'. | Mike Liu | 2015-09-05 | 1 | -0/+3 |
|/ | | | | | | | 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. | ||||
* | Fixing empty tags check | Luiz Felipe G. Pereira | 2015-08-24 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | more string corrections | Brian Coca | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Fix typo causing SyntaxError (missing colon) | Toshio Kuratomi | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Clear rabbitmq_user pw when none is specified | Anders Ingemann | 2015-01-16 | 1 | -1/+5 |
| | |||||
* | File extensions! | Michael DeHaan | 2014-09-26 | 1 | -0/+249 |