From da9e287e56f003a4d34f82e87a53e57f481c31f5 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Thu, 12 Mar 2026 12:09:53 +0100 Subject: [PATCH] fix(cleanup): add no_log to Proxmox VM restart task --- roles/cleanup/tasks/proxmox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cleanup/tasks/proxmox.yml b/roles/cleanup/tasks/proxmox.yml index 475ade0..57a8b05 100644 --- a/roles/cleanup/tasks/proxmox.yml +++ b/roles/cleanup/tasks/proxmox.yml @@ -25,3 +25,4 @@ community.proxmox.proxmox_kvm: vmid: "{{ system_cfg.id }}" state: restarted + no_log: true