diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index fea9e8b6b5..baed8ee6d3 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -33,14 +33,15 @@ - name: create pictures folder where we upload the pictures action: file state=directory - path=/var/www/nuancier/pictures + path=/var/cache/nuancier/pictures + owner=apache group=apache mode=0600 tags: - setup - name: create the cache folder where nuancier creates the thumbnails action: file state=directory - path=/var/www/nuancier/cache - owner=apache group=apache + path=/var/cache/nuancier/cache + owner=apache group=apache mode=0600 tags: - setup