copr: fix cron MAILTO so it doesn't bounce

This commit is contained in:
Pavel Raiskup 2021-05-03 21:03:18 +02:00
parent c935c54e9d
commit c4d56a9419

View file

@ -40,7 +40,7 @@
lineinfile: dest=/etc/anacrontab
backup=yes
state=present
line='MAILTO=praiskup@redhat.com'
line='MAILTO=praiskup@fedoraproject.org'
regexp="^MAILTO"
notify: restart crond