ansible_playbooks/site_logrotate_run_now.yml
2026-02-24 11:30:35 +03:00

6 lines
80 B
YAML

---
- name: Logrotate run now
hosts: all
roles:
- logrotate_run_now
...