ansible_playbooks/roles/logrotate_run_now/tasks/main.yml
2026-07-21 14:37:34 +03:00

4 lines
92 B
YAML
Executable file

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