From d213353c53eca0600b3f17496641c1d36b6dcdda Mon Sep 17 00:00:00 2001 From: George Hunt Date: Wed, 16 Oct 2019 16:26:48 +0100 Subject: [PATCH] apache remnant in nginx branch --- roles/munin/tasks/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/roles/munin/tasks/main.yml b/roles/munin/tasks/main.yml index 4a2440bf2..86c928419 100644 --- a/roles/munin/tasks/main.yml +++ b/roles/munin/tasks/main.yml @@ -47,19 +47,6 @@ state: started when: munin_enabled | bool -- name: Create symlink munin24.conf from sites-enabled to sites-available (debuntu) - file: - src: /etc/apache2/sites-available/munin24.conf - path: /etc/apache2/sites-enabled/munin24.conf - state: link - when: munin_enabled and is_debuntu - -- name: Remove symlink /etc/apache2/sites-enabled/munin24.conf if not munin_enabled (debuntu) - file: - path: /etc/apache2/sites-enabled/munin24.conf - state: absent - when: not munin_enabled and is_debuntu - - name: Disable munin-node service if not munin_enabled service: name: munin-node