From 9f503540f183e976dc4f9087159e524b57d5964a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 19 Oct 2015 20:11:54 -0400 Subject: [PATCH] added missing version_added to new accesslogs feature --- lib/ansible/modules/cloud/amazon/ec2_elb_lb.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py index 6da15acc18a..bfa0c729312 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py +++ b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py @@ -75,11 +75,7 @@ options: - An associative array of access logs configuration settings (see example) require: false default: None - region: - description: - - The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used. - required: false - aliases: ['aws_region', 'ec2_region'] + version_added: "2.0" subnets: description: - A list of VPC subnets to use when creating ELB. Zones should be empty if using this.