add missing handlers
This commit is contained in:
parent
ec955a7b2e
commit
72e1714301
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue