Files
fedora-infra_ansible/roles/copr/hypervisor/handlers/main.yml
Jiri Kyjovsky e07d13ee4e copr: virtlogd rotate logs for hypervisors
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.
2025-04-28 18:10:12 +02:00

6 lines
94 B
YAML

---
- name: Reload virtlogd
ansible.builtin.service:
name: virtlogd
state: reloaded