Ignore the DB creation part for now

This commit is contained in:
Pierre-Yves Chibon 2013-11-12 19:12:47 +01:00
parent 94756d80a9
commit 81b6046710

View file

@ -29,10 +29,10 @@
notify:
- restart apache
- name: create the database scheme
command: /usr/bin/python2 /usr/share/fedocal/fedocal_createdb.py
environment:
FEDOCAL_CONFIG: /etc/fedocal/fedocal.cfg
#- name: create the database scheme
# command: /usr/bin/python2 /usr/share/fedocal/fedocal_createdb.py
# environment:
# FEDOCAL_CONFIG: /etc/fedocal/fedocal.cfg
- name: Install all the configuration file of fedocal
template: src={{ item.file }}