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