Skip to content

Commit

Permalink
[promoted]Update the default module requirements from python 2.6/boto…
Browse files Browse the repository at this point in the history
… to python 3.6/boto3

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@c097c55
  • Loading branch information
tremble committed Jun 25, 2021
1 parent 6580ba1 commit 9c20399
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions plugins/modules/ec2_vpc_igw.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- botocore
- boto3
'''

EXAMPLES = '''
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/ec2_vpc_igw_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c20399

Please sign in to comment.