summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/bodhi2/backend/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml
index f50b252ca..476823168 100644
--- a/roles/bodhi2/backend/tasks/main.yml
+++ b/roles/bodhi2/backend/tasks/main.yml
@@ -413,6 +413,11 @@
tags:
- bodhi
+- name: ensure fedmsg-hub is enabled and started on the backend
+ service: name=fedmsg-hub enabled=yes state=started
+ tags:
+ - bodhi
+
#- name: have apache own /mnt/koji/mash/updates
# file: path=/mnt/koji/mash/updates state=directory recurse=yes owner=apache group=apache
# tags: