community.aws 3.2.1
Release Summary
This is a bugfix release of the community.aws
collection.
The new parameter purge_tags
in ec2_asg
module, that
was introduced in community.aws 3.2.0
with its default
value true
, possibly breaks existing playbooks for users
if they don't update their playbooks and specify
purge_tags: false
. However, this release restores the
previous behaviour.
Minor Changes
- iam_role - delete inline policies prior to deleting role (#1054).
- iam_role - remove global vars and refactor accordingly (#1054).
Bugfixes
- ec2_asg - Change the default value of
purge_tags
tofalse
. Restores previous behaviour (#1064).