Skip to content

Commit

Permalink
Migrate modules iam_role and iam_role_info to amazon.aws (ansible-col…
Browse files Browse the repository at this point in the history
…lections#1948)

Migrate modules iam_role and iam_role_info to amazon.aws

Since ansible-collections/amazon.aws#1760 has been merged, this is ready for review too
Migrate modules iam_role and iam_role_info to collection amazon.aws

Remove modules codes and tests
Update runtime.yml for redirection

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

iam_role
iam_role_info

Reviewed-by: Alina Buzachis
  • Loading branch information
abikouo authored Sep 28, 2023
1 parent cf4c132 commit d5c87bf
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 2,887 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
breaking_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/community.aws/pull/1948).
- 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/community.aws/pull/1948).
6 changes: 4 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ action_groups:
- iam_access_key_info
- iam_mfa_device_info
- iam_password_policy
- iam_role
- iam_role_info
- iam_saml_federation
- iam_server_certificate
- iam_server_certificate_info
Expand Down Expand Up @@ -452,6 +450,10 @@ plugin_routing:
execute_lambda:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.lambda_execute
iam_role:
redirect: amazon.aws.iam_role
iam_role_info:
redirect: amazon.aws.iam_role_info
iam_policy:
redirect: amazon.aws.iam_policy
iam_policy_info:
Expand Down
Loading

0 comments on commit d5c87bf

Please sign in to comment.