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

added region to spec

This commit is contained in:
Evan Duffield 2013-07-08 09:24:18 -07:00
parent 637a6c562e
commit 45bdda24db

View file

@ -244,7 +244,8 @@ def main():
wait_timeout = dict(default=300),
description = dict(default=""),
no_reboot = dict(default=True, type="bool"),
state = dict(default='present')
state = dict(default='present'),
region = dict()
)
)