Reactivate the creation of the directories we upload to
This commit is contained in:
parent
f451b1ca27
commit
7a4b565b05
1 changed files with 13 additions and 13 deletions
|
@ -31,19 +31,19 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
#- 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/cache/nuancier/pictures
|
path=/var/cache/nuancier/pictures
|
||||||
# owner=apache group=apache mode=0600
|
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/cache/nuancier/cache
|
path=/var/cache/nuancier/cache
|
||||||
# owner=apache group=apache mode=0600
|
owner=apache group=apache mode=0600
|
||||||
# tags:
|
tags:
|
||||||
# - setup
|
- setup
|
||||||
|
|
||||||
- name: create the database scheme
|
- name: create the database scheme
|
||||||
command: /usr/bin/python2 /usr/share/nuancier/nuancier_createdb.py
|
command: /usr/bin/python2 /usr/share/nuancier/nuancier_createdb.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue