mysql: install mysqltuner from packages

This commit is contained in:
Jérémy Lecour 2017-08-12 12:23:44 -04:00 committed by Jérémy Lecour
parent 7d8c198849
commit 574cf3ab44

View file

@ -52,13 +52,17 @@
when: (mysql_scripts_dir or general_scripts_dir) | search ("/usr")
- name: Install mysqltuner
copy:
src: mysqltuner.pl
dest: "{{ mysql_scripts_dir or general_scripts_dir | mandatory }}/mysqltuner.pl"
mode: "0700"
# copy:
# src: mysqltuner.pl
# dest: "{{ mysql_scripts_dir or general_scripts_dir | mandatory }}/mysqltuner.pl"
# mode: "0700"
apt:
name: mysqltuner
state: present
tags:
- mysql
- mysqltuner
- mysqltuner
- name: Install aha
apt: