copr: base: don't send emails to root

Send the mails to praiskup@redhat.com for now, till we solve what to do
about it.
This commit is contained in:
Pavel Raiskup 2020-02-26 14:57:58 +01:00 committed by Pierre-Yves Chibon
parent 9861fcc199
commit cf99f80657

View file

@ -31,6 +31,15 @@
- name: configure crond
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
notify: restart crond
- name: configure anacrond to not send mails to root user
lineinfile: dest=/etc/anacrontab
backup=yes
state=present
line='MAILTO=praiskup@redhat.com'
regexp="^MAILTO"
notify: restart crond
- name: install copr-selinux
dnf: state=latest pkg=copr-selinux