ansible-role-rsyslog/handlers/main.yml

6 lines
94 B
YAML
Raw Normal View History

2020-05-04 18:28:52 +02:00
---
2020-07-18 15:27:35 +02:00
- name: Restart rsyslog
ansible.builtin.service:
name: rsyslog
state: restarted