From 2398dac8c2277edf1edd11b6073ce42eba8d7e7d Mon Sep 17 00:00:00 2001 From: Vezpi Date: Fri, 5 Jun 2026 19:16:49 +0000 Subject: [PATCH] fix: revert condition --- ansible/proxmox/update_proxmox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/proxmox/update_proxmox.yml b/ansible/proxmox/update_proxmox.yml index f3f1265..7faf3af 100644 --- a/ansible/proxmox/update_proxmox.yml +++ b/ansible/proxmox/update_proxmox.yml @@ -66,7 +66,7 @@ register: apt_check - name: Proceed if updates are available - when: not apt_check.changed + when: apt_check.changed block: - name: Enable maintenance mode