4 lines
92 B
YAML
4 lines
92 B
YAML
---
|
|
- name: Logrotate run
|
|
ansible.builtin.command: "logrotate -f /etc/logrotate.conf"
|
|
...
|