mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
* 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