Skip to content

community.aws 3.2.1

Compare
Choose a tag to compare
@markuman markuman released this 16 Apr 05:28
· 519 commits to main since this release
86d0535

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 to false. Restores previous behaviour (#1064).