From f33d1563b750d6607b55417a60422fe8a9c6001c Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 8 Feb 2026 19:46:25 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Remove=20unnecessary=20?= =?UTF-8?q?blank=20line=20from=20logrotate.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cleaned up the configuration file by removing an extra blank line that was not necessary. --- handlers/main.yml | 2 +- tasks/logrotate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index efc3492..b5cff37 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -17,4 +17,4 @@ - name: logrotate reload ansible.builtin.command: logrotate /etc/logrotate.conf - changed_when: false \ No newline at end of file + changed_when: false diff --git a/tasks/logrotate.yml b/tasks/logrotate.yml index cfc8aba..aa385a8 100644 --- a/tasks/logrotate.yml +++ b/tasks/logrotate.yml @@ -1,7 +1,7 @@ --- - name: logrotate | Configure all main Proxmox logs - + vars: proxmox_logrotate_files: - /etc/logrotate.conf