ansible-playbooks/roles/core/handlers/rsyslog.yml

13 lines
168 B
YAML
Raw Normal View History

2018-04-13 18:06:12 -04:00
---
- name: Start rsyslog
service:
name: rsyslog
state: started
enabled: true
- name: Restart rsyslog
service:
name: rsyslog
state: restarted