try fixing line length errors from yamllint
This commit is contained in:
parent
eecf34b517
commit
2809799242
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@
|
|||
name: sync-mirrors-logs
|
||||
hour: 5
|
||||
minute: 10
|
||||
job: "find /var/log/sync-mirrors/ -xdev -type f -mtime +30 -name '*.log' -execdir rm {} \\+"
|
||||
job: "find /var/log/sync-mirrors/ -xdev -type f \
|
||||
-mtime +30 -name '*.log' -execdir rm {} \\+"
|
||||
user: mirror
|
||||
|
||||
- name: copy static web content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue