From 308b44e84f6518af77eef995e11c91547f8f700e Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 23 Aug 2021 15:39:15 +0200 Subject: [PATCH] Remove trailing whitespace --- tasks/systemd.yml | 2 +- templates/logrotate.j2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/systemd.yml b/tasks/systemd.yml index 88f6bcc..5ff31b4 100644 --- a/tasks/systemd.yml +++ b/tasks/systemd.yml @@ -29,4 +29,4 @@ daemon_reload: yes state: started name: zammad - + diff --git a/templates/logrotate.j2 b/templates/logrotate.j2 index 2d793e7..fd7307b 100644 --- a/templates/logrotate.j2 +++ b/templates/logrotate.j2 @@ -1,9 +1,9 @@ {{ zammad_log_path }}/*.log { daily - missingok + missingok rotate 2 - compress + compress delaycompress - notifempty + notifempty copytruncate }