Skip to content

Commit

Permalink
docs fix. clean up duplicated and unspecific requirements (#863)
Browse files Browse the repository at this point in the history
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 <git@osuv.de>
Reviewed-by: Mark Woolley <mw@marknet15.com>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
markuman authored Jan 18, 2022
1 parent fa4bc8f commit ef69088
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 ef69088

Please sign in to comment.