From 5e892b894b2ec1ed3924bf875390a63604b6b2d7 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 24 Apr 2015 08:54:56 -0400 Subject: [PATCH] removed redundant region def --- lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py b/lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py index 28054bfc27c..38ba7f4c385 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py +++ b/lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py @@ -147,7 +147,6 @@ def main(): scaling_adjustment = dict(type='int'), min_adjustment_step = dict(type='int'), cooldown = dict(type='int'), - region = dict(aliases=['aws_region', 'ec2_region'], choices=AWS_REGIONS), state=dict(default='present', choices=['present', 'absent']), ) )