Give +x rights to apache
This commit is contained in:
parent
7a4b565b05
commit
88b3fb754d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue