cronjobs need names
This commit is contained in:
parent
f18010f21d
commit
7de92cedc1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
service: name=fedwatch enabled=yes state=started
|
service: name=fedwatch enabled=yes state=started
|
||||||
|
|
||||||
- name: hourly check for doc updates
|
- 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?
|
# needs inspection, web_version maybe?
|
||||||
# more templating?
|
# more templating?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue