From 3ca48d9b18c95e34e5edbb2d30399c19677d666b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 8 May 2014 14:00:26 +0200
Subject: [PATCH] Set proper file mode for sd-agent.list

---
 tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/main.yml b/tasks/main.yml
index 0cb7527..b177eec 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -18,6 +18,7 @@
   copy:
     content='deb http://www.serverdensity.com/downloads/linux/deb all main'
     dest='/etc/apt/sources.list.d/sd-agent.list'
+    mode=644
 
 - name: 'ServerDensity | Install The Agent'
   apt:
-- 
GitLab