infra/roles/common-rsyslog/handlers/main.yml

7 lines
79 B
YAML

---
- name: restart rsyslog
service:
name: rsyslog
state: restarted