From af214f1a814115007640083f151a447c738084fd Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 2 Mar 2026 16:45:20 +0100 Subject: [PATCH] fix: re-enable rsyslog --- tasks/syslog/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/syslog/config.yaml b/tasks/syslog/config.yaml index 9834d17..7c55d60 100644 --- a/tasks/syslog/config.yaml +++ b/tasks/syslog/config.yaml @@ -40,8 +40,8 @@ # configure rsyslogd - name: "syslog - remove - remote-logging" - ansible.builtin.file: + ansible.builtin.template: + src: "templates/syslog/rsyslog.d/remote-logging.conf" path: "/etc/rsyslog.d/remote-logging.conf" - state: "absent" when: 'ansible_os_family == "Debian"' notify: "restart rsyslog"