retrace: typo in path
This commit is contained in:
parent
ce99ffc7d9
commit
72e5f19e54
1 changed files with 1 additions and 1 deletions
|
@ -125,4 +125,4 @@
|
|||
when: not devel
|
||||
|
||||
- name: install cron for deleting old archives
|
||||
cron: name="rotate_faf_archives" special_time="daily" job="find '/srv/faf/reports/archives/' -type f -name '*.tar.xz' -mtime '{{archive_age}}' -delete" user="faf"
|
||||
cron: name="rotate_faf_archives" special_time="daily" job="find '/srv/faf/reports/archive/' -type f -name '*.tar.xz' -mtime '{{archive_age}}' -delete" user="faf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue