From a26bc3e2f98e20aafb41aea71bfcb77cafa9f82b Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Sun, 2 Mar 2014 12:00:50 +0000 Subject: [PATCH] correct name in documentation and example --- library/cloud/ec2_asg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/cloud/ec2_asg b/library/cloud/ec2_asg index 6aee6f5e152..a411bcd4279 100644 --- a/library/cloud/ec2_asg +++ b/library/cloud/ec2_asg @@ -30,7 +30,7 @@ options: - register or deregister the instance required: true choices: ['present', 'absent'] - group: + name: description: - Unique name for group to be created or deleted required: true @@ -75,7 +75,7 @@ options: EXAMPLES = ''' - ec2_asg: > - group_name: special + name: special load_balancers: 'lb1,lb2' availability_zones: 'eu-west-1a,eu-west-1b' launch_config_name: 'lc-1'