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

Merge branch 'devel' of https://github.com/evan82/ansible into devel

This commit is contained in:
Evan Duffield 2013-07-08 09:26:04 -07:00
commit e33f5ae56e

View file

@ -241,7 +241,7 @@ def main():
delete_snapshot = dict(),
name = dict(),
wait = dict(type="bool", default=False),
wait_timeout = dict(default=300),
wait_timeout = dict(default=900),
description = dict(default=""),
no_reboot = dict(default=True, type="bool"),
state = dict(default='present'),