Commit 02171711 by Charles Blonde

Fix wait_for default value to follow the documentation (documentation = 180, default value = 120)

parent 9a993992
......@@ -220,7 +220,7 @@ def main():
nics = dict(default=None),
meta = dict(default=None),
wait = dict(default='yes', choices=['yes', 'no']),
wait_for = dict(default=120),
wait_for = dict(default=180),
state = dict(default='present', choices=['absent', '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