mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
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:
committed by
Pierre-Yves Chibon
parent
9861fcc199
commit
cf99f80657
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user