diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index 82921bf92f..60cd39ca74 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -31,19 +31,19 @@ notify: - restart apache -- name: create pictures folder where we upload the pictures - action: file state=directory - 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/cache/nuancier/cache - owner=apache group=apache mode=0600 - tags: - - setup +#- name: create pictures folder where we upload the pictures +# action: file state=directory +# 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/cache/nuancier/cache +# owner=apache group=apache mode=0600 +# tags: +# - setup - name: create the database scheme command: /usr/bin/python2 /usr/share/nuancier/nuancier_createdb.py