amazon.aws 3.5.0
Release Summary
Following the release of amazon.aws 5.0.0, 3.5.0 is a bugfix release and the final planned release for the 3.x series.
Minor Changes
- ec2_security_group - set type as
listfor rules->group_name as it can accept bothstrandlist(#971).
Bugfixes
- ec2_metadata_facts - fix
'NoneType' object is not callableexception when using Ansible 2.13+ (#942).