1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

removed redundant region def

This commit is contained in:
Brian Coca 2015-04-24 08:54:56 -04:00 committed by Matt Clay
parent c29ae705f0
commit 5e892b894b

View file

@ -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']),
)
)