copr/base: install cronie-anacrontab

... right before we try to configure it.
This commit is contained in:
Pavel Raiskup 2020-11-11 13:52:37 +01:00
parent c4fdc906e2
commit 04343eee01

View file

@ -33,6 +33,9 @@
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
notify: restart crond
- name: install anacrontab
package: name=cronie-anacron state=present
- name: configure anacrond to not send mails to root user
lineinfile: dest=/etc/anacrontab
backup=yes