11 lines
191 B
YAML
11 lines
191 B
YAML
---
|
|
- name: Restart logrotate service
|
|
service:
|
|
name: logrotate
|
|
state: restarted
|
|
|
|
- name: Restart systemd-journald service
|
|
service:
|
|
name: systemd-journald
|
|
state: restarted
|