From f7055c88de3f21e4c5ee7ec41ca0c72eefa163d0 Mon Sep 17 00:00:00 2001 From: Sankalp Khare Date: Thu, 4 Jun 2015 03:40:49 +0530 Subject: [PATCH] Fixed a typo in ec2_vpc module documentation --- lib/ansible/modules/cloud/amazon/ec2_vpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 lib/ansible/modules/cloud/amazon/ec2_vpc.py diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc.py b/lib/ansible/modules/cloud/amazon/ec2_vpc.py old mode 100644 new mode 100755 index 0f3bb3e4fcb..2feb984d13e --- a/lib/ansible/modules/cloud/amazon/ec2_vpc.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc.py @@ -58,7 +58,7 @@ options: aliases: [] resource_tags: description: - - 'A dictionary array of resource tags of the form: { tag1: value1, tag2: value2 }. Tags in this list are used in conjunction with CIDR block to uniquely identify a VPC in lieu of vpc_id. Therefore, if CIDR/Tag combination does not exits, a new VPC will be created. VPC tags not on this list will be ignored. Prior to 1.7, specifying a resource tag was optional.' + - 'A dictionary array of resource tags of the form: { tag1: value1, tag2: value2 }. Tags in this list are used in conjunction with CIDR block to uniquely identify a VPC in lieu of vpc_id. Therefore, if CIDR/Tag combination does not exist, a new VPC will be created. VPC tags not on this list will be ignored. Prior to 1.7, specifying a resource tag was optional.' required: true default: null aliases: []