diff --git a/tasks/main.yml b/tasks/main.yml
index 883490bc8ab21672c1289d10888f2b9963236ecd..70f20fae4b4c879a66c7fb08d9f20d1a51f871c1 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'