From 98a0893f43f580ec2fb0f09878f559378062a55a Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 14 Sep 2018 11:45:57 +0200 Subject: [PATCH] mysql: update README --- mysql/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/README.md b/mysql/README.md index 4c813a15..6941df20 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -38,5 +38,6 @@ 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`). * `mysql_install_libclient`: install mysql client libraries (default: `False`). +* `mysql_restart_if_needed` : should the restart handler be executed (default: `True`) 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).