From 6a1f97ad4231a96238255cf904a1f68e2da2ace8 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 10 Mar 2016 13:09:44 -0800 Subject: [PATCH] Add docs for mysql* modules connect_timeout. --- lib/ansible/utils/module_docs_fragments/mysql.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/ansible/utils/module_docs_fragments/mysql.py b/lib/ansible/utils/module_docs_fragments/mysql.py index 5dd1e04f93..e57acab9b4 100644 --- a/lib/ansible/utils/module_docs_fragments/mysql.py +++ b/lib/ansible/utils/module_docs_fragments/mysql.py @@ -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