apache: cleanup munin tasks

This commit is contained in:
Jérémy Lecour 2017-10-07 11:54:31 +02:00
parent 1776b4bc24
commit dc3b735445

View file

@ -138,17 +138,6 @@
- include: phpmyadmin.yml
when: _default_index.stat.exists
- name: Check if Munin plugins exists
stat:
path: /etc/munin/plugins/
register: _munin_plugins
check_mode: no
tags:
- apache
- include: munin.yml
when: _munin_plugins.stat.exists
# - block:
# - name: generate random string for serverstatus suffix
# command: "apg -a 1 -M N -n 1"