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: notify:
- restart apache - restart apache
- name: create the database scheme #- name: create the database scheme
command: /usr/bin/python2 /usr/share/fedocal/fedocal_createdb.py # command: /usr/bin/python2 /usr/share/fedocal/fedocal_createdb.py
environment: # environment:
FEDOCAL_CONFIG: /etc/fedocal/fedocal.cfg # FEDOCAL_CONFIG: /etc/fedocal/fedocal.cfg
- name: Install all the configuration file of fedocal - name: Install all the configuration file of fedocal
template: src={{ item.file }} template: src={{ item.file }}