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

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

diff --git a/tasks/apache.yml b/tasks/apache.yml
index 148118a..6963c82 100644
--- a/tasks/apache.yml
+++ b/tasks/apache.yml
@@ -5,6 +5,7 @@
   apt_repository:
     repo='{{ item }}'
     state='present'
+    mode=644
   with_items: '{{ apache_repositories }}'
 
 - name: "Apache | Install required packages."
-- 
GitLab