From d1b290f8649a143e0868aa5454ff47f5673a52d4 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Fri, 1 Sep 2017 03:51:28 +0200 Subject: [PATCH] Typos + add info --- mysql/README.md | 4 ++-- mysql/tasks/utils.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mysql/README.md b/mysql/README.md index e8a8399f..b1e4bf57 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -18,7 +18,7 @@ Tasks are extracted in several files, included in `tasks/main.yml` : ## Available variables -* `mysql_variant` : install Oracle's MySQL or MariaDB (default: `oracle`) ; +* `mysql_variant` : install Oracle's MySQL or MariaDB (default: `oracle`) [Debian 8 only]; * `mysql_replace_root_with_mysqladmin`: switch from `root` to `mysqladmin` user or not ; * `mysql_thread_cache_size`: number of threads for the cache ; * `mysql_innodb_buffer_pool_size`: amount of RAM dedicated to InnoDB ; @@ -30,4 +30,4 @@ Tasks are extracted in several files, included in `tasks/main.yml` : * `mysql_scripts_dir`: email address to send Log2mail messages to (default: `general_scripts_dir`). * `mysql_force_new_nrpe_password` : change the password for NRPE even if it exists already (default: `False`). -NB : changing the _datadir_ location can be done multiple times, as long as it is not restored to the default initial location, (because a symlink is created and can't be switched back, yet). +NB : changing the _datadir_ location can be done multiple times, as long as it is not restored to the default initial location, (because a symlink is created and can't be switched back, yet). diff --git a/mysql/tasks/utils.yml b/mysql/tasks/utils.yml index 87291374..d0fe71a8 100644 --- a/mysql/tasks/utils.yml +++ b/mysql/tasks/utils.yml @@ -62,7 +62,6 @@ tags: - mysql - mysqltuner - - mysqltuner - name: Install aha apt: