diff --git a/tasks/install.yml b/tasks/install.yml
index a6d6884bc12e0d9f3b330d0f2582217bea1adf76..54c9031ddd2ad337839cdee5f0355e1bcae76c13 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -5,6 +5,7 @@
   apt_repository:
     repo='{{ item }}'
     state=present
+    mode=644
   with_items:
     - "ppa:vbernat/haproxy-1.6"