diff --git a/roles/config_repos/tasks/main.yml b/roles/config_repos/tasks/main.yml
index ec161e8105397098a5d20f881a82f33e995f4ba7..4439d3cff3d719872d89c2ce94e79dc82a91fac0 100644
--- a/roles/config_repos/tasks/main.yml
+++ b/roles/config_repos/tasks/main.yml
@@ -77,11 +77,6 @@
   become: true
   when: ansible_distribution_release == 'trusty'
 
-- name: add repos apt
-  shell: "add-apt-repository -y ppa:gluster/glusterfs-3.7"
-  become: true
-  when: ansible_distribution == 'Ubuntu'
-
 - name: apt-get update
   apt: update_cache=True
   become: true