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:
parent
9861fcc199
commit
cf99f80657
1 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,15 @@
|
||||||
|
|
||||||
- name: configure crond
|
- name: configure crond
|
||||||
copy: src=sysconfig.crond dest=/etc/sysconfig/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
|
- name: install copr-selinux
|
||||||
dnf: state=latest pkg=copr-selinux
|
dnf: state=latest pkg=copr-selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue