From f51de332750973cc2b92191f15f916cb562f7216 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 8 Feb 2026 07:59:26 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20task=20?= =?UTF-8?q?name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typographical error in the task name to ensure accurate documentation and clarity. --- handlers/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index 5d1d4dd..7ce84b6 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -15,9 +15,9 @@ ansible.builtin.systemd_service: daemon_reexec: true -- name: Ppatch legacy proxmoxlib.js +- name: Patch legacy proxmoxlib.js block: - - name: Ppatch legacy proxmoxlib.js + - name: Patch legacy proxmoxlib.js ansible.builtin.replace: path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js regexp: "if \\(data.status !== 'Active'\\)"