Commit e33f5ae5 by Evan Duffield

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

parents 45bdda24 de211aa8
...@@ -241,7 +241,7 @@ def main(): ...@@ -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'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment