community.general/lib/ansible/modules/database/mongodb
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
..
__init__.py Use a dedicated directory for the mongodb modules (#22187) 2017-03-06 13:14:14 -08:00
mongodb_parameter.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
mongodb_shard.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
mongodb_user.py Correct usage of sorted() in mongodb_user (#46792) 2019-02-13 10:28:35 +01:00