From 9c2039901d080daff41bd69e1b92defb13879846 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 6 May 2021 21:01:46 +0200 Subject: [PATCH] [promoted]Update the default module requirements from python 2.6/boto to python 3.6/boto3 This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/c097c55293be0834a2b9d394733ec28965d142d7 --- plugins/modules/ec2_vpc_igw.py | 4 ---- plugins/modules/ec2_vpc_igw_info.py | 1 - 2 files changed, 5 deletions(-) diff --git a/plugins/modules/ec2_vpc_igw.py b/plugins/modules/ec2_vpc_igw.py index 0d649d2131c..c578df12939 100644 --- a/plugins/modules/ec2_vpc_igw.py +++ b/plugins/modules/ec2_vpc_igw.py @@ -41,10 +41,6 @@ extends_documentation_fragment: - amazon.aws.aws - amazon.aws.ec2 - -requirements: - - botocore - - boto3 ''' EXAMPLES = ''' diff --git a/plugins/modules/ec2_vpc_igw_info.py b/plugins/modules/ec2_vpc_igw_info.py index 17e5cc805ae..00ecac957ab 100644 --- a/plugins/modules/ec2_vpc_igw_info.py +++ b/plugins/modules/ec2_vpc_igw_info.py @@ -14,7 +14,6 @@ description: - Gather information about internet gateways in AWS. - This module was called C(ec2_vpc_igw_facts) before Ansible 2.9. The usage did not change. -requirements: [ boto3 ] author: "Nick Aslanidis (@naslanidis)" options: filters: