From c7a4e36b887f525ea2f808f156de323129a46ad3 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 12 Feb 2026 21:25:12 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20proxmox=5Flogr?= =?UTF-8?q?otate=5Ffile=20path=20in=20defaults?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the default path for the `proxmox_logrotate_file` variable to ensure it aligns with the latest configuration standards. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 1b6636e..390e6ac 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -24,4 +24,4 @@ proxmox_logrotate_missingok: true proxmox_logrotate_notifempty: true # Destination override file -proxmox_logrotate_file: /etc/logrotate.d/99-proxmox-custom \ No newline at end of file +proxmox_logrotate_file: /etc/logrotate.d/99-proxmox-custom