removed unused and undefined aws_regions
This commit is contained in:
parent
e137aea5d3
commit
78de8bbd99
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ def main():
|
||||||
insufficient_data_actions=dict(type='list'),
|
insufficient_data_actions=dict(type='list'),
|
||||||
ok_actions=dict(type='list'),
|
ok_actions=dict(type='list'),
|
||||||
state=dict(default='present', choices=['present', 'absent']),
|
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