diff --git a/tasks/configure.yml b/tasks/configure.yml
index db983ae74d7cd4b5a895a6568c783c5199efdb95..cdd6a17a84470cecf9b036ceb04c305526108def 100644
--- a/tasks/configure.yml
+++ b/tasks/configure.yml
@@ -7,21 +7,6 @@
     groups: adm
     append: yes
 
-- name: Configure Registry
-  ini_file:
-    dest: /etc/netdata/netdata.conf
-    create: yes
-    section: registry
-    option: '{{ item.option }}'
-    value: '{{ item.value }}'
-  with_items:
-    - option: enabled
-      value: '{{ (netdata_registry|default("pmon1") == inventory_hostname)|ternary("yes", "no") }}'
-    - option: registry to announce
-      value: 'http://{{ netdata_registry|default("pmon1") }}:19999'
-  notify:
-    - Restart NetData
-
 - name: Configure NetData
   template:
     src: '{{ item }}'