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 }}