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
This commit is contained in:
Miroslav Suchý 2015-06-18 11:25:31 +02:00
parent f8e10a48e3
commit 479df112c4
2 changed files with 8 additions and 0 deletions

View file

@ -6,3 +6,6 @@
- name: restart logstash
service: name=logstash state=restarted
- name: systemctl daemon-reload
command: /usr/bin/systemctl daemon-reload