mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Configure virtlogd to rotate logs older than 30 days. The default config does not delete anything since we log to a lot of small files which are ignored by the max size to rotate in default virtlogd config.
6 lines
94 B
YAML
6 lines
94 B
YAML
---
|
|
- name: Reload virtlogd
|
|
ansible.builtin.service:
|
|
name: virtlogd
|
|
state: reloaded
|