1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add docs for mysql* modules connect_timeout.

This commit is contained in:
Matt Clay 2016-03-10 13:09:44 -08:00
parent cc7867d1de
commit 6a1f97ad42

View file

@ -47,6 +47,12 @@ options:
- The path to a Unix domain socket for local connections
required: false
default: null
connect_timeout:
description:
- The connection timeout when connecting to the MySQL server.
required: false
default: 30
version_added: "2.1"
config_file:
description:
- Specify a config file from which user and password are to be read