diff --git a/roles/telegraf/tasks/main.yml b/roles/telegraf/tasks/main.yml
index 39bc7d2c0d4d08d4f858f8f54da20b7d67008259..dbe0cf5af04f15acc382ac3811cfd0853fcc0d09 100644
--- a/roles/telegraf/tasks/main.yml
+++ b/roles/telegraf/tasks/main.yml
@@ -85,6 +85,21 @@
   tags:
     - configuration
 
+# Commented out by KW 13th Oct 2020 - will restore shortly
+#- name: Install filecount plugin for /home counts
+#  template:
+#    src: inputs.filecount.conf.j2
+#    dest: /etc/telegraf/telegraf.d/inputs.filecount.conf
+#    owner: telegraf
+#    group: telegraf
+#    mode: '640'
+#  notify:
+#    - "restart telegraf"
+#  become: true
+#  become_user: root
+#  tags:
+#    - configuration
+
 - name: Install multifile plugin for mlx hw_counters
   template:
     src: inputs.multifile_mlx.conf.j2