retrace: two cronjob cannot have the same name
This commit is contained in:
parent
66f016c725
commit
a1b93dd589
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue