From f3a0f0f580edb0b4bb9d7a7888122e3315b15b07 Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Sun, 26 Jul 2015 18:08:33 +0530 Subject: [PATCH] Update mysql_db.py Mention package installation instructions for CentOS in notes. --- database/mysql/mysql_db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/mysql/mysql_db.py b/database/mysql/mysql_db.py index c018ad143db..33720f5d4f6 100644 --- a/database/mysql/mysql_db.py +++ b/database/mysql/mysql_db.py @@ -83,7 +83,8 @@ options: required: false notes: - Requires the MySQLdb Python package on the remote host. For Ubuntu, this - is as easy as apt-get install python-mysqldb. (See M(apt).) + is as easy as apt-get install python-mysqldb. (See M(apt).) For CentOS/Fedora, this + is as easy as yum install MySQL-python. (See M(yum).) - Both I(login_password) and I(login_user) are required when you are passing credentials. If none are present, the module will attempt to read the credentials from C(~/.my.cnf), and finally fall back to using the MySQL