fix: Configure rsyslog

This commit is contained in:
2024-04-18 21:26:32 +02:00
parent 1dd6ac97b9
commit c800813c7b
5 changed files with 36 additions and 0 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for exim4
- name: Redémarrer rsyslog.service
ansible.builtin.systemd:
state: restarted
name: rsyslog.service
become: true