ansible-roles/logstash-rsyslog/handlers/main.yml

7 lines
147 B
YAML

---
- name: Restart rsyslog
#service: name=rsyslog state=restarted
command: /usr/sbin/service rsyslog stop ; /usr/sbin/service rsyslog start