From e71862f5063d875fda9adac53bdef183d2d2cc1b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 9 Jun 2016 16:32:36 +0200
Subject: [PATCH] Remove FireQoS

---
 tasks/main.yml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index 883490b..70f20fa 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -77,15 +77,4 @@
     notify:
       - "Re-start NetData"
 
-  - name: "Configure FireQoS"
-    template:
-      src=etc_fireqos_fireqos.conf
-      dest=/etc/fireqos/fireqos.conf
-      owner=root
-      group=root
-      mode=755
-    when: false
-    notify:
-      - "Start FireQoS"
-
   when: '"netdata" not in excluded_roles'
-- 
GitLab