From f5ea5d83357c38d36d37e4967c4e0f6934e5d23b Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 8 Jun 2026 09:23:20 +0000 Subject: [PATCH] fix: update instead of upgrade --- 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 09cdac2..3451376 100644 --- a/ansible/proxmox/update_proxmox.yml +++ b/ansible/proxmox/update_proxmox.yml @@ -57,7 +57,7 @@ ansible.builtin.apt: update_cache: true - - name: Check if upgrades are available + - name: Check if updates are available ansible.builtin.apt: upgrade: dist check_mode: true