mysql/mysql-oracle: mysqltuner cron task is executable

This commit is contained in:
Jérémy Lecour 2018-03-14 09:35:26 +01:00
parent b81ef36f92
commit a12dca0b70
3 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ The **patch** part changes incrementally at each release.
### Fixed
* nginx: fix basic auth for default vhost
* dovecot: fix support of plus sign
* mysql/mysql-oracle: mysqltuner cron task is executable
## [9.1.6] - 2018-02-02

View File

@ -168,6 +168,7 @@
copy:
src: mysqltuner.cron.sh
dest: /etc/cron.{{ mysql_cron_mysqltuner_frequency | mandatory }}/mysqltuner.sh
mode: "0700"
when: mysql_cron_mysqltuner | bool
tags:
- mysql

View File

@ -126,6 +126,7 @@
copy:
src: mysqltuner.cron.sh
dest: /etc/cron.{{ mysql_cron_mysqltuner_frequency | mandatory }}/mysqltuner.sh
mode: "0700"
when: mysql_cron_mysqltuner
tags:
- mysql