Skip to content

Commit

Permalink
Migrate iam_role* modules and tests (ansible-collections#1760)
Browse files Browse the repository at this point in the history
Migrate iam_role* modules and tests

SUMMARY
Migrate modules iam_role and iam_role_info from community.aws
ISSUE TYPE
New Module Pull Request

COMPONENT NAME
iam_role
iam_role_info

Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
  • Loading branch information
abikouo authored Sep 27, 2023
1 parent 9f7c4af commit e109f32
Show file tree
Hide file tree
Showing 22 changed files with 2,781 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_iam_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
major_changes:
- iam_role - 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_role`` (https://github.com/ansible-collections/amazon.aws/pull/1760).
- iam_role_info - 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_role_info`` (https://github.com/ansible-collections/amazon.aws/pull/1760).
4 changes: 3 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ action_groups:
- iam_instance_profile_info
- iam_policy
- iam_policy_info
- iam_role
- iam_role_info
- iam_user
- iam_user_info
- kms_key
Expand Down Expand Up @@ -144,4 +146,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
redirect: amazon.aws.secretsmanager_secret
Loading

0 comments on commit e109f32

Please sign in to comment.