ansible/roles/copr/backend/handlers/main.yml
Miroslav Suchý 479df112c4 copr: disable coredumps on builders
sometimes build start coredumping which may take down whole VM.
We do not care about coredumps and they can be safely discareded
2015-06-18 11:28:12 +02:00

11 lines
333 B
YAML

- name: chmod_key
action: file path=/etc/lighttpd/copr-be.fedoraproject.org.pem owner=root group=root mode=0600
- name: restart copr-backend
service: name=copr-backend state=restarted
- name: restart logstash
service: name=logstash state=restarted
- name: systemctl daemon-reload
command: /usr/bin/systemctl daemon-reload