Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct usage of sorted() in mongodb_user (ansible#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 ansible#46791 * Fix PEP8 issues
- Loading branch information