From 36e7bc7652e42ae524f6d041f09e46454a82e965 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/php.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/php.yml b/tasks/php.yml
index 5f6ae04..25c1be3 100644
--- a/tasks/php.yml
+++ b/tasks/php.yml
@@ -5,6 +5,7 @@
   apt_repository:
     repo='{{ item }}'
     state='present'
+    mode=644
   with_items: '{{ php_repositories }}'
 
 - name: "PHP | Install required packages."
-- 
GitLab