add missing handlers

This commit is contained in:
Miroslav Suchý 2014-01-22 16:39:08 +00:00
parent ec955a7b2e
commit 72e1714301

View file

@ -208,3 +208,7 @@
- restart lighttpd
- name: chmod_key
action: file path=/etc/lighttpd/coprs-be.fedoraproject.org.pem owner=root group=root mode=0600
- name: restart copr-backend
action: service: name=copr-backend state=restarted
- name: restart lighttpd
action: service: name=lighttpd state=restarted