6e652ae6df
* iam_user: use AnsibleAWSModule.client to fetch connection rather than C&P code * iam_role: Add deprecation warning so we can switch purge_polices default behaviour from true to false * iam_user/role/group: Rename 'managed_policy' and 'purge_policy' Rename from singluar to plural (we accept a *list* of policies), and add aliases for the old values. * Cleanup documentation * Changelog
5 lines
403 B
YAML
5 lines
403 B
YAML
deprecated_features:
|
|
- 'iam_role: The default value of the purge_policies has been deprecated and will change from true to false in Ansible 2.14'
|
|
minor_changes:
|
|
- 'iam_role, iam_user and iam_group: the managed_policy option has been renamed to managed_policies (with an alias added)'
|
|
- 'iam_role, iam_user and iam_group: the purge_policy option has been renamed to purge_policies (with an alias added)'
|