mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Getting timeout errors this morning as AMIs are taking a bit longer to create, so I changed to timeout to 15 minutes
This commit is contained in:
@@ -241,7 +241,7 @@ def main():
|
|||||||
delete_snapshot = dict(),
|
delete_snapshot = dict(),
|
||||||
name = dict(),
|
name = dict(),
|
||||||
wait = dict(type="bool", default=False),
|
wait = dict(type="bool", default=False),
|
||||||
wait_timeout = dict(default=300),
|
wait_timeout = dict(default=900),
|
||||||
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user