Fix the creation of the pictures and cache folders for nuancier and fix their permissions
This commit is contained in:
parent
de4b5bf97f
commit
6c3275fc84
1 changed files with 4 additions and 3 deletions
|
@ -33,14 +33,15 @@
|
||||||
|
|
||||||
- name: create pictures folder where we upload the pictures
|
- name: create pictures folder where we upload the pictures
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
path=/var/www/nuancier/pictures
|
path=/var/cache/nuancier/pictures
|
||||||
|
owner=apache group=apache mode=0600
|
||||||
tags:
|
tags:
|
||||||
- setup
|
- setup
|
||||||
|
|
||||||
- name: create the cache folder where nuancier creates the thumbnails
|
- name: create the cache folder where nuancier creates the thumbnails
|
||||||
action: file state=directory
|
action: file state=directory
|
||||||
path=/var/www/nuancier/cache
|
path=/var/cache/nuancier/cache
|
||||||
owner=apache group=apache
|
owner=apache group=apache mode=0600
|
||||||
tags:
|
tags:
|
||||||
- setup
|
- setup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue