Skip to content

Commit

Permalink
Remove code testing for unsupported versions of boto3/botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and github-actions[bot] committed Oct 25, 2023
1 parent 8b2e514 commit f5e6fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/ec2_ami_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def main():
tag_equality=dict(type='bool', default=False))

module = AnsibleAWSModule(argument_spec=argument_spec)
# TODO: Check botocore version
ec2 = module.client('ec2')
copy_image(module, ec2)

Expand Down

0 comments on commit f5e6fc4

Please sign in to comment.