amazon.aws 4.2.0
Minor Changes
- ec2_security_group - set type as
list
for rules->group_name as it can accept bothstr
andlist
(#971). - various modules - linting fixups (#953).
Deprecated Features
- module_utils.cloud - removal of the
CloudRetry.backoff
has been delayed until release 6.0.0. It is recommended to update custom modules to usejittered_backoff
orexponential_backoff
instead (#951).