mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
added region to spec
This commit is contained in:
@@ -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()
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user