From 81b6046710515c2109323c2d0c8701a116d43322 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 12 Nov 2013 19:12:47 +0100 Subject: [PATCH] Ignore the DB creation part for now --- roles/fedocal/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/fedocal/tasks/main.yml b/roles/fedocal/tasks/main.yml index 621d2af206..b7355c18ca 100644 --- a/roles/fedocal/tasks/main.yml +++ b/roles/fedocal/tasks/main.yml @@ -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 }}