From e95cfeccb32a2ac7c1fe40da0a5bf0e048cd7389 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 8 Jun 2026 07:54:44 +0000 Subject: [PATCH] fix: notifications priority --- ansible/proxmox/update_proxmox.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/proxmox/update_proxmox.yml b/ansible/proxmox/update_proxmox.yml index 231a809..ae1bf88 100644 --- a/ansible/proxmox/update_proxmox.yml +++ b/ansible/proxmox/update_proxmox.yml @@ -33,7 +33,7 @@ body: No updates have been rolled out headers: Title: "Proxmox Not Ready for Updates" - Priority: "5" + Priority: "default" Tags: "x" delegate_to: localhost become: false @@ -143,7 +143,7 @@ body: Update failed on {{ inventory_hostname_short }} headers: Title: "Proxmox VE Update Failed" - Priority: "5" + Priority: "high" Tags: "x" delegate_to: localhost become: false @@ -186,7 +186,7 @@ {% endif %} headers: Title: "Proxmox VE Update Report" - Priority: "{{ '2' if not updates_performed else '3' }}" + Priority: "{{ 'min' if not updates_performed else 'default' }}" Tags: "white_check_mark" when: ntfy_url is defined