Disable the cron.daily/epylog.cron as well
This commit is contained in:
parent
7a8b069040
commit
aa06685f03
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
- modules/kojiload_mod.py
|
||||
|
||||
- name: epylog cron
|
||||
copy: src=epylog-default.cron dest=/etc/cron.d/epylog.cron
|
||||
copy: src=epylog-default.cron dest=/etc/{{ item }}/epylog.cron
|
||||
with_items:
|
||||
- cron.d
|
||||
- cron.daily
|
||||
tags:
|
||||
- config
|
||||
- cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue