ansible/library
trbs b537aff586 Fix for #3062 additional groups should only be added once.
Also consolidated duplicate groups code into one get_groups_set() method.
Removed unused call to user_group_membership.
Removed sorting operations on set functions cause sets are inherently unordered.
Minor style improvements to match the rest of the code.

The new function will make the order of group names passed to the system command less determistic.
Which was already the case for modify_user_usermod() but not for other methods.
It will also strip out duplicate group names automatically which was not always the case previously.
2013-05-30 19:18:18 -04:00
..
cloud Some formatting fixes so docs will build, etc. 2013-05-29 18:43:23 -04:00
commands No need to expanduser() command's chdir argument twice 2013-05-29 17:05:11 +02:00
database Now can specify amount of time to wait_for_handoffs or ring ready instead of booleans. 2013-05-27 17:24:10 -04:00
files Merge branch 'escape' of git://github.com/ngrilly/ansible into repr 2013-05-29 18:29:16 -04:00
internal
inventory
messaging Update rabbitmq_user/vhost/parameter to pass the node to rabbitmqctl using -n flag to rabbitmqctl rather than setting the environment variable. 2013-05-26 14:51:50 +01:00
monitoring Fix version added field in modules. 2013-05-29 18:56:48 -04:00
net_infrastructure
network Fixup fetch doc formatting. 2013-05-29 10:45:31 -04:00
notification
packaging Lots of formatting fixes 2013-05-24 23:46:23 -04:00
source_control Fix typo in git module documentation preventing it to be processed by ansible-doc 2013-05-24 01:33:47 +02:00
system Fix for #3062 additional groups should only be added once. 2013-05-30 19:18:18 -04:00
utilities
web_infrastructure