7 lines
127 B
YAML
7 lines
127 B
YAML
|
---
|
||
|
- name: restart rsyslog
|
||
|
service: name=rsyslog state=restarted
|
||
|
- name: restart cron
|
||
|
service: name=cron state=restarted
|
||
|
|