6 lines
80 B
YAML
6 lines
80 B
YAML
---
|
|
- name: Logrotate run now
|
|
hosts: all
|
|
roles:
|
|
- logrotate_run_now
|
|
...
|