removed unused and undefined aws_regions
This commit is contained in:
parent
37d6c10133
commit
b5b34f6931
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ def main():
|
|||
insufficient_data_actions=dict(type='list'),
|
||||
ok_actions=dict(type='list'),
|
||||
state=dict(default='present', choices=['present', 'absent']),
|
||||
region=dict(aliases=['aws_region', 'ec2_region'], choices=AWS_REGIONS),
|
||||
region=dict(aliases=['aws_region', 'ec2_region']),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue