From 281a92bbdd90642f4c58aff7e18adbc59559d2b8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sun, 6 Sep 2015 11:18:30 -0400 Subject: [PATCH] corrected whitepace --- lib/ansible/modules/cloud/amazon/ec2_asg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_asg.py b/lib/ansible/modules/cloud/amazon/ec2_asg.py index 9a04a21e9a6..da2c3cefcd6 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"