mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Skip the folder creation for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user