Consistent wait_timeout between doc and module
This commit is contained in:
parent
a04af8e461
commit
c3846dd33b
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ def main():
|
||||||
ssh_pub_key = dict(type='str'),
|
ssh_pub_key = dict(type='str'),
|
||||||
swap = dict(type='int', default=512),
|
swap = dict(type='int', default=512),
|
||||||
wait = dict(type='bool', choices=BOOLEANS, default=True),
|
wait = dict(type='bool', choices=BOOLEANS, default=True),
|
||||||
wait_timeout = dict(default=500),
|
wait_timeout = dict(default=300),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue