Fix initiating the DB and starting the services

This commit is contained in:
Pierre-Yves Chibon 2017-05-31 10:44:29 +02:00
parent b36d12b497
commit 9ead5a41ae

View file

@ -64,4 +64,11 @@
- reload httpd - reload httpd
- name: initialize execdb database - name: initialize execdb database
shell: ccsdb-cli init_db shell: CCSDB_CONFIG=/etc/ccsdb/ccsdb.cfg ccsdb-cli init_db
- name: Start and enable the different services required
service: name={{ item }} enabled=yes state=started
with_items:
- httpd
- fedmsg-hub