Update mysql_db.py

Mention package installation instructions for CentOS in notes.
reviewable/pr18780/r1
Sudheer Satyanarayana 9 years ago
parent da39fd1625
commit f3a0f0f580

@ -83,7 +83,8 @@ options:
required: false required: false
notes: notes:
- Requires the MySQLdb Python package on the remote host. For Ubuntu, this - 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 - 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 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 the credentials from C(~/.my.cnf), and finally fall back to using the MySQL

Loading…
Cancel
Save