From bba05297646912f1fc118f76ed6fb87b0c5e4277 Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Mon, 10 Jan 2022 14:43:19 -0700 Subject: [PATCH] Remove duplicate botocore requirement from aws_msk_config docs Module doc has a botocore requirement line, and the aws doc fragment also has a requirement line. The collection requirement is higher than the module requirement so this is redundant. --- plugins/modules/aws_msk_config.py | 3 --- 1 file changed, 3 deletions(-) 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: