From b7d175596b22f8b77a80528d9ac538ea20673828 Mon Sep 17 00:00:00 2001 From: clime Date: Thu, 13 Apr 2017 12:33:27 +0200 Subject: [PATCH] copr-frontend: make sure copr-fedmsg-listener is enabled and started --- roles/copr/frontend/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 7884821839..81f0a08c81 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -41,6 +41,9 @@ - name: enable and start redis # TODO: .service in copr-backend should depend on redis service: name=redis enabled=yes state=started +- name: enable and start copr-fedmsg-listener + service: name=copr-fedmsg-listener enabled=yes state=started + - name: copy apache files to conf.d copy: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}" with_items: