amazon.aws 4.2.0
Minor Changes
- ec2_security_group - set type as
listfor rules->group_name as it can accept bothstrandlist(#971). - various modules - linting fixups (#953).
Deprecated Features
- module_utils.cloud - removal of the
CloudRetry.backoffhas been delayed until release 6.0.0. It is recommended to update custom modules to usejittered_backofforexponential_backoffinstead (#951).