fix linting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-01-28 22:41:26 +01:00
parent 634be4734b
commit 368ef22bff
1 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,6 @@ logrotate_options:
- create - create
- dateext - dateext
logrotate_config: logrotate_config:
- name: syslog - name: syslog
definitions: definitions:
@ -47,12 +46,12 @@ logrotate_config:
- name: btmp - name: btmp
definitions: definitions:
- logs: - logs:
- /var/log/btmp - /var/log/btmp
options: options:
- missingok - missingok
- monthly - monthly
- create 0600 root utmp - create 0600 root utmp
- rotate 1 - rotate 1
logrotate_config_extra: [] logrotate_config_extra: []