added region to spec
This commit is contained in:
parent
200f69f9d5
commit
dcc850dccf
1 changed files with 2 additions and 1 deletions
|
@ -244,7 +244,8 @@ def main():
|
||||||
wait_timeout = dict(default=300),
|
wait_timeout = dict(default=300),
|
||||||
description = dict(default=""),
|
description = dict(default=""),
|
||||||
no_reboot = dict(default=True, type="bool"),
|
no_reboot = dict(default=True, type="bool"),
|
||||||
state = dict(default='present')
|
state = dict(default='present'),
|
||||||
|
region = dict()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue