From 8181fb291adf06a2e6086fae4aa6bfe159c656a2 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 1 Jun 2016 15:52:37 +0200
Subject: [PATCH] Explicitly set file mode for apt_repository module sind that
 has changed in Ansible 2.1

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

diff --git a/tasks/spideroak.yml b/tasks/spideroak.yml
index 2c6d903..1ab4c8a 100644
--- a/tasks/spideroak.yml
+++ b/tasks/spideroak.yml
@@ -15,6 +15,7 @@
   apt_repository:
     repo='deb http://apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted'
     state='present'
+    mode=644
 
 - name: "Install SpiderOak Agent"
   apt:
-- 
GitLab