forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate modules iam_role and iam_role_info to amazon.aws (ansible-col…
…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
Showing
22 changed files
with
11 additions
and
2,887 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
changelogs/fragments/20230915_migrate_iam_role_and_iam_role_info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.