Added a perl mandatory package

If not installed: install_driver(mysql) failed: Can't locate DBD/mysql.pm in
@INC (you may need to install the DBD::mysql module)
This commit is contained in:
Benoît S. 2017-07-20 10:43:13 +02:00
parent af1045d788
commit 499b2c7def

View file

@ -10,10 +10,13 @@
- munin
- block:
- name: Install libcache-cache-perl for Munin
- name: Install perl mandatory packages for Munin's MariaDB plugins
apt:
name: libcache-cache-perl
name: "{{ item }}"
state: present
with_items:
- libdbd-mysql-perl
- libcache-cache-perl
- name: Enable core Munin plugins
file: