mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Consistent wait_timeout between doc and module
This commit is contained in:
parent
2eaf5ee206
commit
c124411c36
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…
Reference in a new issue