Ensure fedmsg-hub is up and running

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 16:40:15 +01:00
parent 3125b5c763
commit 1a8056d93c

View file

@ -23,3 +23,11 @@
notify:
- restart fedmsg-hub
- name: Start and enable the services we want
service: name={{ item }} enabled=yes state=started
with_items:
- fedmsg-hub
tags:
- service
- simple-koji-ci