From dc3b7354459fb22c635b4b205ff8374c214d31a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sat, 7 Oct 2017 11:54:31 +0200 Subject: [PATCH] apache: cleanup munin tasks --- apache/tasks/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apache/tasks/main.yml b/apache/tasks/main.yml index dd675f4a..e107cac2 100644 --- a/apache/tasks/main.yml +++ b/apache/tasks/main.yml @@ -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"