cronjobs need names

This commit is contained in:
Pete Travis 2014-05-12 22:06:49 +00:00
parent f18010f21d
commit 7de92cedc1

View file

@ -21,7 +21,7 @@
service: name=fedwatch enabled=yes state=started
- name: hourly check for doc updates
cron: day=* hour=* state=present job="yum -y --disablerepo=\* --enablerepo=el6-docs install \*web-[a-z][a-z]-[A-Z][A-Z]\*.noarch 2>&1 > /tmp/latest_{{ kojitag }}_update.log"
cron: name="{{ kojitag }}-repo-check" day=* hour=* state=present job="yum -y --disablerepo=\* --enablerepo=el6-docs install \*web-[a-z][a-z]-[A-Z][A-Z]\*.noarch 2>&1 > /tmp/latest_{{ kojitag }}_update.log"
# needs inspection, web_version maybe?
# more templating?