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 - munin
- block: - block:
- name: Install libcache-cache-perl for Munin - name: Install perl libraries for Munin
apt: apt:
name: libcache-cache-perl name: "{{ item }}"
state: present state: present
with_items:
- libdbd-mysql-perl
- libcache-cache-perl
- name: Enable core Munin plugins - name: Enable core Munin plugins
file: file: