diff --git a/changelogs/fragments/863-requirements-doc-fix.yml b/changelogs/fragments/863-requirements-doc-fix.yml new file mode 100644 index 00000000000..4943a91c99c --- /dev/null +++ b/changelogs/fragments/863-requirements-doc-fix.yml @@ -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). \ No newline at end of file diff --git a/plugins/modules/aws_msk_config.py b/plugins/modules/aws_msk_config.py index f1966847422..afaea513937 100644 --- a/plugins/modules/aws_msk_config.py +++ b/plugins/modules/aws_msk_config.py @@ -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: diff --git a/plugins/modules/ecs_taskdefinition.py b/plugins/modules/ecs_taskdefinition.py index 505a4207117..ab3a47d176e 100644 --- a/plugins/modules/ecs_taskdefinition.py +++ b/plugins/modules/ecs_taskdefinition.py @@ -16,7 +16,6 @@ author: - Mark Chance (@Java1Guy) - Alina Buzachis (@alinabuzachis) -requirements: [ json, botocore, boto3 ] options: state: description: