try fixing line length errors from yamllint

This commit is contained in:
Timo Makinen 2019-05-23 17:33:08 +03:00
parent eecf34b517
commit 2809799242

View file

@ -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