From 12b0e0f22a72e3c2c1111da058bc8862e75b8805 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 3 Jan 2023 20:38:46 +0100 Subject: [PATCH] fix: whitespaces --- roles/rsyslog/templates/rsyslog.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rsyslog/templates/rsyslog.conf.j2 b/roles/rsyslog/templates/rsyslog.conf.j2 index 1a23c3f..bd9e1c5 100644 --- a/roles/rsyslog/templates/rsyslog.conf.j2 +++ b/roles/rsyslog/templates/rsyslog.conf.j2 @@ -92,5 +92,5 @@ $CreateDirs on $template RemoteLogs,"/var/log/rsyslog/%HOSTNAME%/%PROGRAMNAME%.log" *.* ?RemoteLogs {% else %} -*. * @@{{ RSYSLOG_SERVER }}:514 +*.* @@{{ RSYSLOG_SERVER }}:514 {% endif %}