diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index 1fd3603..b459be0 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -81,8 +81,8 @@ requirements: notes: - "To avoid the C(Please explicitly state intended protocol) error, use the I(login_unix_socket) argument, for example, C(login_unix_socket: /run/mysqld/mysqld.sock)." - - Alternatively, to avoid using I(login_unix_socket) argument on each invocation you can specify the socket path - using the `socket` option in your MySQL config file (usually C(~/.my.cnf)) on the destination host, for + - Alternatively, to avoid using I(login_unix_socket) argument on each invocation you can specify the socket path + using the `socket` option in your MySQL config file (usually C(~/.my.cnf)) on the destination host, for example C(socket=/var/lib/mysql/mysql.sock). - Requires the PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) package installed on the remote host. The Python package may be installed with apt-get install python-pymysql (Ubuntu; see M(ansible.builtin.apt)) or