From a1b93dd589f74acd02b489630a41c0315f400798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 5 Apr 2019 12:20:42 +0200 Subject: [PATCH] retrace: two cronjob cannot have the same name --- roles/abrt/faf-local-post/tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/abrt/faf-local-post/tasks/cron.yml b/roles/abrt/faf-local-post/tasks/cron.yml index a5bb684c2c..2ef9e61c6b 100644 --- a/roles/abrt/faf-local-post/tasks/cron.yml +++ b/roles/abrt/faf-local-post/tasks/cron.yml @@ -137,4 +137,4 @@ cron: name="delete-old-invalid-reports" special_time="daily" job="find '/srv/faf/reports/deferred/' -type -f -mtime '{{ deferred_age }}' -delete" user="faf" - name: install faf cron for deleting saved reports - cron: name="delete-old-invalid-reports" special_time="daily" job="find '/srv/faf/reports/saved/' -type -f -mtime '{{ deferred_age }}' -delete" user="faf" + cron: name="delete-old-saved-reports" special_time="daily" job="find '/srv/faf/reports/saved/' -type -f -mtime '{{ deferred_age }}' -delete" user="faf"