Add docs for mysql* modules connect_timeout.

pull/14908/head
Matt Clay 8 years ago
parent cc7867d1de
commit 6a1f97ad42

@ -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

Loading…
Cancel
Save