Release Summary
This minor release includes several bugfixes and new features for the route53_info
and iam_user_info
modules.
Minor Changes
- Bump version of ansible-lint to 25.1.2 (#2590).
- iam_user_info - Add tags to ListUsers or GetGroup results (#2567).
- iam_user_info - Return empty user list when invalid group name is provided instead of python error (#2567).
- module_utils/modules.py - call to
deprecate()
without specifyingcollection_name
,version
ordate
arguments raises a sanity errors (#2607).