diff --git a/roles/publican_webhost/tasks/main.yml b/roles/publican_webhost/tasks/main.yml index 0052022718..f751e07779 100644 --- a/roles/publican_webhost/tasks/main.yml +++ b/roles/publican_webhost/tasks/main.yml @@ -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?