community.general/lib/ansible/modules
Ross Williams 6e409a91ba Correct usage of sorted() in mongodb_user (#46792)
* Correct usage of sorted() in mongodb_user

sorted() can't be called on a list of dicts
without supplying a key parameter. This is
explained really well in the Sorting HOWTO
https://docs.python.org/3.6/howto/sorting.html#key-functions

This commit fixes #46791

* Fix PEP8 issues
2019-02-13 10:28:35 +01:00
..
cloud Fixed typo from adress to address (#52143) 2019-02-13 13:57:13 +05:30
clustering Fix incorrect use of `is` for comparisons. 2019-02-12 16:33:13 -08:00
commands start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
crypto openssl_csr: ignore empty strings in altnames (#51473) 2019-02-11 10:30:56 +00:00
database Correct usage of sorted() in mongodb_user (#46792) 2019-02-13 10:28:35 +01:00
files start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
identity Fix incorrect use of `is` for comparisons. 2019-02-12 16:33:13 -08:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
monitoring Fix incorrect use of `is` for comparisons. 2019-02-12 16:33:13 -08:00
net_tools Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
network Fixed typo from adress to address (#52143) 2019-02-13 13:57:13 +05:30
notification Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
packaging Add force parameter to gem module (#51366) 2019-02-11 17:13:16 -05:00
remote_management Update GetBiosBootOrder to use standard spec resources (#51764) 2019-02-11 14:50:10 +00:00
source_control Add state option to git_config module (#50578) 2019-02-11 21:49:53 -05:00
storage New Modules: na_ontap_unix_group (#51390) 2019-02-12 15:06:28 +00:00
system Fix incorrect use of `is` for comparisons. 2019-02-12 16:33:13 -08:00
utilities include_vars: elaborate description of dir option (#52022) 2019-02-11 13:25:51 -05:00
web_infrastructure Fixed typo from adress to address (#52143) 2019-02-13 13:57:13 +05:30
windows win_product_facts: Fix RETURN information (#52058) 2019-02-13 19:09:30 +10:00
__init__.py