Merge branch 'mariadb-fix-munin-plugin' into unstable

This commit is contained in:
Jérémy Lecour 2017-07-20 11:00:24 +02:00 committed by Jérémy Lecour
commit 9269f1e50d

View file

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