From 732e6da4d748313415dab9cf084051915fee88a3 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 30 May 2025 15:41:17 +0200 Subject: [PATCH] fix: remove unused when condition --- tasks/proxmox/update-node.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/proxmox/update-node.yaml b/tasks/proxmox/update-node.yaml index c3ef5f1..4c88d3c 100644 --- a/tasks/proxmox/update-node.yaml +++ b/tasks/proxmox/update-node.yaml @@ -49,7 +49,6 @@ post_reboot_delay: 30 test_command: "uptime" changed_when: false - when: "reboot_required" # exit maintenance mode - name: "exit maintenance mode"