8 lines
184 B
YAML
8 lines
184 B
YAML
---
|
|
- name: restart rsyslog
|
|
service: name=rsyslog state=restarted
|
|
- name: restart cron
|
|
service: name=cron state=restarted
|
|
- name: restart sshd
|
|
service: name=sshd state=restarted
|