From 6c96f29699f2de40db4a7ff39bd09b6cc9066bf9 Mon Sep 17 00:00:00 2001 From: eahorning Date: Sat, 19 Jan 2019 13:17:41 -0500 Subject: [PATCH] ec2_asg: doc: fix health_check_period default to match arg spec --- 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 9475da263bb..52987279dec 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_asg.py +++ b/lib/ansible/modules/cloud/amazon/ec2_asg.py @@ -123,7 +123,7 @@ options: description: - Length of time in seconds after a new EC2 instance comes into service that Auto Scaling starts checking its health. required: false - default: 500 seconds + default: 300 seconds version_added: "1.7" health_check_type: description: