Skip to content

Commit

Permalink
docs fix. clean up duplicated and unspecific requirements (#863) (#875)
Browse files Browse the repository at this point in the history
[PR #863/ef69088f backport][stable-2] docs fix. clean up duplicated and unspecific requirements

This is a backport of PR #863 as merged into main (ef69088).
SUMMARY

remove unspecific/duplicated requirements

ISSUE TYPE


Docs Pull Request

COMPONENT NAME


aws_msk_config
ecs_taskdefinition

ADDITIONAL INFORMATION
I don't see the json library is explicit used in aws_msk_config. Furthermore it's standard python library.

Reviewed-by: Mark Woolley <mw@marknet15.com>
  • Loading branch information
patchback[bot] authored Jan 19, 2022
1 parent 23ae726 commit 0f4bf9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/863-requirements-doc-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- aws_msk_config - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
- ecs_taskdefinition - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
3 changes: 0 additions & 3 deletions plugins/modules/aws_msk_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
module: aws_msk_config
short_description: Manage Amazon MSK cluster configurations.
version_added: "2.0.0"
requirements:
- botocore >= 1.17.48
- boto3
description:
- Create, delete and modify Amazon MSK (Managed Streaming for Apache Kafka) cluster configurations.
author:
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/ecs_taskdefinition.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
author:
- Mark Chance (@Java1Guy)
- Alina Buzachis (@alinabuzachis)
requirements: [ json, botocore, boto3 ]
options:
state:
description:
Expand Down

0 comments on commit 0f4bf9c

Please sign in to comment.