ansible/roles/logrotate/handlers/main.yml

7 lines
92 B
YAML

---
- name: Reload logrotate
systemd:
name: logrotate.service
state: reloaded
...