From 4d73c5a8444bf687794c873468263b3e69cea195 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 7 Feb 2026 18:34:05 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Fix=20indentation=20and?= =?UTF-8?q?=20logic=20in=20subscription.yml=20tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the indentation and corrected logical errors in the tasks section of subscription.yml to improve readability and functionality. --- tasks/subscription.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/subscription.yml b/tasks/subscription.yml index 6832651..26d1127 100644 --- a/tasks/subscription.yml +++ b/tasks/subscription.yml @@ -28,7 +28,7 @@ path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js regexp: "if \\(data.status !== 'Active'\\)" replace: "if (false)" - when: + when: - proxmoxlib_js.stat.exists - proxmoxlib_js_checksum_stored.content is not defined or (proxmoxlib_js.stat.checksum @@ -72,7 +72,7 @@ path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.min.js regexp: "data.status!=='Active'" replace: "false" - when: + when: - proxmoxlib_min_js.stat.exists - proxmoxlib_min_checksum_stored.content is not defined or (proxmoxlib_min_js.stat.checksum