From 17f1be7fd8ef1d7e6983a03a3728f33ce8d74f3c Mon Sep 17 00:00:00 2001 From: Robert Estelle Date: Mon, 1 Dec 2014 14:50:38 -0500 Subject: [PATCH] ec2_vpc - Update some documentation strings. --- .../modules/extras/cloud/amazon/ec2_vpc_route_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py index e79b1b10ee4..60a87ae2430 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_vpc_route_table.py @@ -50,8 +50,8 @@ options: aliases: [] subnets: description: - - An array of subnets to add to this route table. Subnets may either be''' -''' specified by subnet ID or by a CIDR such as '10.0.0.0/24'. + - An array of subnets to add to this route table. Subnets may either''' +''' be specified by subnet ID or by a CIDR such as '10.0.0.0/24'. required: true aliases: [] wait: