Add rsyslog role
This commit is contained in:
8
roles/rsyslog/handlers/main.yaml
Normal file
8
roles/rsyslog/handlers/main.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: restart rsyslog
|
||||
service:
|
||||
name: "{{ rsyslog_service_name }}"
|
||||
state: restarted
|
||||
when: rsyslog_service_enabled
|
||||
|
||||
# vim:ft=yaml.ansible:
|
Reference in New Issue
Block a user