ansible_playbooks/roles/logrotate_run_now/tasks/main.yml
2026-02-24 11:30:35 +03:00

4 lines
92 B
YAML

---
- name: Logrotate run
ansible.builtin.command: "logrotate -f /etc/logrotate.conf"
...