Skip to content

Commit

Permalink
docs fix. clean up duplicated and unspecific requirements (ansible-co…
Browse files Browse the repository at this point in the history
…llections#863)

docs fix. clean up duplicated and unspecific requirements

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: Alina Buzachis <None>
Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
markuman authored and abikouo committed Sep 18, 2023
1 parent 7791c46 commit 285e218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions 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 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 285e218

Please sign in to comment.