From a7ee2a8da8a40295069532fb345e2244698954c5 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 21 Mar 2016 11:01:17 +0100
Subject: [PATCH] Set extended permissions for files directory so that always
 the apache user has read and write access

---
 tasks/install.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tasks/install.yml b/tasks/install.yml
index 4eba863..789d3e8 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -176,3 +176,6 @@
     name='{{ item.db.name }}'
     state='present'
   with_items: '{{ drupal.domains }}'
+
+- name: "Set Extended Permissions"
+  command: setfacl -dRm u:{{ apacheUser }}:rwX,g:{{ apacheUser }}:rwX,o::rX {{ webRoot }}/files
-- 
GitLab