From b43300db27ba80f9fce88a02799dbbdc65a422dd Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 4 Jun 2026 21:31:11 +0000 Subject: [PATCH] change: notification message --- ansible/proxmox/update_proxmox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/proxmox/update_proxmox.yml b/ansible/proxmox/update_proxmox.yml index 79e22d9..e515388 100644 --- a/ansible/proxmox/update_proxmox.yml +++ b/ansible/proxmox/update_proxmox.yml @@ -35,9 +35,9 @@ user: "{{ ntfy_user }}" password: "{{ lookup('env', 'NTFY_PASSWORD') }}" force_basic_auth: true - body: Proxmox Not Ready for Updates + body: No updates have been rolled out headers: - Title: "Proxmox cluster update failed" + Title: "Proxmox Not Ready for Updates" Priority: "5" Tags: "x" delegate_to: localhost