Skip to content

Commit

Permalink
Also remove python >= 2.6 from boto based modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jun 25, 2021
1 parent 499e3c4 commit 8e3a9df
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion plugins/modules/ec2_elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
default: 0
type: int
requirements:
- python >= 2.6
- boto >= 2.49.0
extends_documentation_fragment:
- amazon.aws.aws
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/ec2_elb_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/ec2_win_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
requirements:
- cryptography
- python >= 2.6
- boto >= 2.49.0
notes:
- As of Ansible 2.4, this module requires the python cryptography module rather than the
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/elasticache_subnet_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/elb_classic_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/elb_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/iam_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/redshift_subnet_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down
1 change: 0 additions & 1 deletion plugins/modules/route53_health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
- amazon.aws.aws
- amazon.aws.ec2
requirements:
- python >= 2.6
- boto >= 2.49.0
'''

Expand Down

0 comments on commit 8e3a9df

Please sign in to comment.