copr/base: install cronie-anacrontab
... right before we try to configure it.
This commit is contained in:
parent
c4fdc906e2
commit
04343eee01
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
||||||
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
||||||
notify: restart crond
|
notify: restart crond
|
||||||
|
|
||||||
|
- name: install anacrontab
|
||||||
|
package: name=cronie-anacron state=present
|
||||||
|
|
||||||
- name: configure anacrond to not send mails to root user
|
- name: configure anacrond to not send mails to root user
|
||||||
lineinfile: dest=/etc/anacrontab
|
lineinfile: dest=/etc/anacrontab
|
||||||
backup=yes
|
backup=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue