7 lines
125 B
YAML
7 lines
125 B
YAML
---
|
|
- name: logrotate - set backlog
|
|
lineinfile:
|
|
path: /etc/logrotate.conf
|
|
regexp: '^rotate '
|
|
line: 'rotate 52'
|