mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
a699685698
commit
b57b1f4cbe
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ examples:
|
||||||
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).)
|
||||||
- Both I(login_password) and I(login_username) 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
|
||||||
default login of C(root) with no password.
|
default login of C(root) with no password.
|
||||||
|
|
Loading…
Reference in a new issue