Skip to content

Commit

Permalink
Promote iam_password_policy (ansible-collections#1958)
Browse files Browse the repository at this point in the history
Promote iam_password_policy

SUMMARY

Promote iam_password_policy
See ansible-collections/amazon.aws#1774

ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
Reviewed-by: Helen Bailey <[email protected]>
  • Loading branch information
alinabuzachis authored Oct 10, 2023
1 parent 2cfec0d commit 95fde34
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 370 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_password_policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- iam_password_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_password_policy``.
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ action_groups:
- glue_connection
- glue_crawler
- glue_job
- iam_password_policy
- iam_saml_federation
- iam_server_certificate
- iam_server_certificate_info
Expand Down Expand Up @@ -457,6 +456,8 @@ plugin_routing:
redirect: amazon.aws.iam_managed_policy
iam_mfa_device_info:
redirect: amazon.aws.iam_mfa_device_info
iam_password_policy:
redirect: amazon.aws.iam_password_policy
iam_policy:
redirect: amazon.aws.iam_policy
iam_policy_info:
Expand Down
220 changes: 0 additions & 220 deletions plugins/modules/iam_password_policy.py

This file was deleted.

8 changes: 0 additions & 8 deletions tests/integration/targets/iam_password_policy/aliases

This file was deleted.

This file was deleted.

107 changes: 0 additions & 107 deletions tests/integration/targets/iam_password_policy/tasks/main.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions tests/unit/plugins/modules/test_iam_password_policy.py

This file was deleted.

0 comments on commit 95fde34

Please sign in to comment.