From 7de92cedc173b5c0469d68f67c845678cb0cdaf4 Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Mon, 12 May 2014 22:06:49 +0000 Subject: [PATCH] cronjobs need names --- roles/publican_webhost/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?