ansible_playbooks/site_logrotate_run_now.yml
2026-07-21 14:37:34 +03:00

6 lines
80 B
YAML
Executable file

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