From 842b347c7e61d89edc3665f7a056567741f859b0 Mon Sep 17 00:00:00 2001 From: Mike Mochan Date: Tue, 29 Dec 2015 20:12:28 +1000 Subject: [PATCH] removed debug package --- lib/ansible/modules/extras/cloud/amazon/ec2_vpc_peer.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_peer.py b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_peer.py index 7e6261c7b9..d504c111ee 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_peer.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_peer.py @@ -19,7 +19,7 @@ short_description: create, delete, accept, and reject VPC peering connections be description: - Read the AWS documentation for VPC Peering Connections U(http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-peering.html) -version_added: "2.1" +version_added: "2.1" options: vpc_id: description: @@ -192,9 +192,7 @@ try: HAS_BOTO3 = True except ImportError: HAS_BOTO3 = False - -import q - + def describe_peering_connections(vpc_id, peer_vpc_id, client): result = client.describe_vpc_peering_connections(Filters=[