Merge pull request #1781 from gtcarlos/devel
Fix login_user on mysql_user
This commit is contained in:
commit
b6560cfaa0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ options:
|
||||||
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.
|
is as easy as apt-get install python-mysqldb.
|
||||||
- Both C(login_password) and C(login_username) are required when you are
|
- Both C(login_password) and C(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
|
||||||
default login of 'root' with no password.
|
default login of 'root' with no password.
|
||||||
|
|
Loading…
Reference in a new issue