From 88b3fb754d9135ad29d8686e78669cfe0a640506 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 4 Nov 2014 17:01:28 +0100 Subject: [PATCH] Give +x rights to apache --- roles/nuancier/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index 6cc88309e1..360e5d4369 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -34,14 +34,14 @@ - name: create pictures folder where we upload the pictures action: file state=directory path=/var/cache/nuancier/pictures - owner=apache group=apache mode=0600 + owner=apache group=apache mode=0700 tags: - setup - name: create the cache folder where nuancier creates the thumbnails action: file state=directory path=/var/cache/nuancier/cache - owner=apache group=apache mode=0600 + owner=apache group=apache mode=0700 tags: - setup