From a3fc5563ae150457cc3bbde69fb39a81eeaf5ff5 Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Fri, 22 Sep 2023 12:14:54 -0700 Subject: [PATCH] minor fixes --- changelogs/fragments/migrate_iam_managed_policy.yml | 2 +- meta/runtime.yml | 2 +- plugins/modules/iam_managed_policy.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/migrate_iam_managed_policy.yml b/changelogs/fragments/migrate_iam_managed_policy.yml index dcfd2914f51..fcbccde3900 100644 --- a/changelogs/fragments/migrate_iam_managed_policy.yml +++ b/changelogs/fragments/migrate_iam_managed_policy.yml @@ -1,4 +1,4 @@ major_changes: - iam_managed_policy - The module has been migrated from the ``community.aws`` collection. Playbooks using the Fully Qualified Collection Name for this module should be updated - to use ``amazon.aws.iam_managed_policy``. + to use ``amazon.aws.iam_managed_policy`` (https://github.com/ansible-collections/amazon.aws/pull/1762). diff --git a/meta/runtime.yml b/meta/runtime.yml index 3fb6472600d..06d471fde1a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -145,4 +145,4 @@ plugin_routing: redirect: amazon.aws.ssm_parameter aws_secret: # Deprecation for this alias should not *start* prior to 2024-09-01 - redirect: amazon.aws.secretsmanager_secret \ No newline at end of file + redirect: amazon.aws.secretsmanager_secret diff --git a/plugins/modules/iam_managed_policy.py b/plugins/modules/iam_managed_policy.py index 3f8fd2368bd..c3aa5ef597b 100644 --- a/plugins/modules/iam_managed_policy.py +++ b/plugins/modules/iam_managed_policy.py @@ -8,6 +8,7 @@ --- module: iam_managed_policy version_added: 1.0.0 +version_added_collection: community.aws short_description: Manage User Managed IAM policies description: - Allows creating and removing managed IAM policies