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: