1
0
Fork 0
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:
Vincent Viallet 2013-06-21 18:03:55 +09:00
parent 2eaf5ee206
commit c124411c36

View file

@ -458,7 +458,7 @@ def main():
ssh_pub_key = dict(type='str'),
swap = dict(type='int', default=512),
wait = dict(type='bool', choices=BOOLEANS, default=True),
wait_timeout = dict(default=500),
wait_timeout = dict(default=300),
)
)