From e5cfb2b3266ff7552b494532f301bfb6eee2a2c1 Mon Sep 17 00:00:00 2001 From: robertsilen Date: Fri, 31 May 2024 04:26:46 +0300 Subject: [PATCH] nits --- plugins/modules/mysql_db.py | 2 +- plugins/modules/mysql_info.py | 2 +- plugins/modules/mysql_query.py | 2 +- plugins/modules/mysql_replication.py | 2 +- plugins/modules/mysql_user.py | 2 +- plugins/modules/mysql_variables.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/mysql_db.py b/plugins/modules/mysql_db.py index 3b48693..8742f3c 100755 --- a/plugins/modules/mysql_db.py +++ b/plugins/modules/mysql_db.py @@ -188,7 +188,7 @@ requirements: - mysql (command line binary) - mysqldump (command line binary) notes: - - Compatible with MariaDB or MySQL + - Compatible with MariaDB or MySQL. - Requires the mysql and mysqldump binaries on the remote host. - This module is B(not idempotent) when I(state) is C(import), and will import the dump file each time if run more than once. diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index def5932..c119b8d 100755 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -46,7 +46,7 @@ options: default: false notes: -- Compatible with MariaDB or MySQL +- Compatible with MariaDB or MySQL. - Calculating the size of a database might be slow, depending on the number and size of tables in it. To avoid this, use I(exclude_fields=db_size). diff --git a/plugins/modules/mysql_query.py b/plugins/modules/mysql_query.py index 38bcb7f..13a07de 100755 --- a/plugins/modules/mysql_query.py +++ b/plugins/modules/mysql_query.py @@ -57,7 +57,7 @@ attributes: seealso: - module: community.mysql.mysql_db notes: -- Compatible with MariaDB or MySQL +- Compatible with MariaDB or MySQL. author: - Andrew Klychkov (@Andersson007) extends_documentation_fragment: diff --git a/plugins/modules/mysql_replication.py b/plugins/modules/mysql_replication.py index 15aa025..b0caf11 100755 --- a/plugins/modules/mysql_replication.py +++ b/plugins/modules/mysql_replication.py @@ -191,7 +191,7 @@ options: version_added: '0.1.0' notes: - - Compatible with MariaDB or MySQL + - Compatible with MariaDB or MySQL. - If an empty value for the parameter of string type is needed, use an empty string. attributes: diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 4e57a9e..55e34a3 100755 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -188,7 +188,7 @@ options: version_added: '3.9.0' notes: - - Compatible with MySQL or MariaDB + - Compatible with MySQL or MariaDB. - "MySQL server installs with default I(login_user) of C(root) and no password. To secure this user as part of an idempotent playbook, you must create at least two tasks: 1) change the root user's password, without providing any I(login_user)/I(login_password) details, diff --git a/plugins/modules/mysql_variables.py b/plugins/modules/mysql_variables.py index 607023a..f912a27 100755 --- a/plugins/modules/mysql_variables.py +++ b/plugins/modules/mysql_variables.py @@ -55,7 +55,7 @@ seealso: link: https://dev.mysql.com/doc/refman/8.0/en/set-statement.html notes: - - Compatible with MariaDB or MySQL + - Compatible with MariaDB or MySQL. extends_documentation_fragment: - community.mysql.mysql