Disable the cron.daily/epylog.cron as well

This commit is contained in:
Patrick Uiterwijk 2014-08-21 15:47:03 +00:00
parent 7a8b069040
commit aa06685f03

View file

@ -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