mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Merge branch 'devel' of https://github.com/evan82/ansible into devel
This commit is contained in:
commit
e33f5ae56e
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue