Skip to content

Commit

Permalink
Promote sts_assume_role (#1959)
Browse files Browse the repository at this point in the history
Promote sts_assume_role

SUMMARY

Migrate sts_assume_role module from community.aws to amazon.aws
ansible-collections/amazon.aws#1780

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: Bikouo Aubin
  • Loading branch information
mandar242 authored Oct 11, 2023
1 parent 95fde34 commit 91da9ef
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 493 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_sts_assume_role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- sts_assume_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.sts_assume_role``.
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ action_groups:
- stepfunctions_state_machine
- stepfunctions_state_machine_execution
- storagegateway_info
- sts_assume_role
- sts_session_token
- waf_condition
- waf_info
Expand Down Expand Up @@ -518,6 +517,8 @@ plugin_routing:
redirect: amazon.aws.route53_zone
s3_bucket_info:
redirect: amazon.aws.s3_bucket_info
sts_assume_role:
redirect: amazon.aws.sts_assume_role
module_utils:
route53:
redirect: amazon.aws.route53
172 changes: 0 additions & 172 deletions plugins/modules/sts_assume_role.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/targets/sts_assume_role/aliases

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/targets/sts_assume_role/meta/main.yml

This file was deleted.

Loading

0 comments on commit 91da9ef

Please sign in to comment.