From 16a4ff3462b76b8f9bb6d22ae6b925e14918c90c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 14 Jul 2015 16:54:49 -0400 Subject: [PATCH] fixed minor doc issues --- lib/ansible/modules/cloud/amazon/ec2_asg.py | 2 +- lib/ansible/modules/cloud/amazon/route53.py | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_asg.py b/lib/ansible/modules/cloud/amazon/ec2_asg.py index 8b5f9fc9f6f..96c3f3bf16e 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_asg.py +++ b/lib/ansible/modules/cloud/amazon/ec2_asg.py @@ -111,7 +111,7 @@ options: choices: ['EC2', 'ELB'] default_cooldown: description: - The number of seconds after a scaling activity completes before another can begin. + - The number of seconds after a scaling activity completes before another can begin. required: false default: 300 seconds version_added: "2.0" diff --git a/lib/ansible/modules/cloud/amazon/route53.py b/lib/ansible/modules/cloud/amazon/route53.py index 5b8b958e498..f2c41aa14fa 100644 --- a/lib/ansible/modules/cloud/amazon/route53.py +++ b/lib/ansible/modules/cloud/amazon/route53.py @@ -140,10 +140,8 @@ options: version_added: "2.0" vpc_id: description: - - When used in conjunction with private_zone: true, this will only modify - records in the private hosted zone attached to this VPC. This allows you - to have multiple private hosted zones, all with the same name, attached - to different VPCs. + - "When used in conjunction with private_zone: true, this will only modify records in the private hosted zone attached to this VPC." + - This allows you to have multiple private hosted zones, all with the same name, attached to different VPCs. required: false default: null version_added: "2.0"