Give +x rights to apache

This commit is contained in:
Pierre-Yves Chibon 2014-11-04 17:01:28 +01:00
parent 7a4b565b05
commit 88b3fb754d

View file

@ -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