From 6f36920fe78388fbc95bd6de6a06d9c02e781439 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 19 May 2026 09:19:06 +0200 Subject: [PATCH] chore: migrate bare ansible_* facts to ansible_facts[] syntax --- tasks/proxmox/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/proxmox/config.yaml b/tasks/proxmox/config.yaml index 28073cb..5c22c77 100644 --- a/tasks/proxmox/config.yaml +++ b/tasks/proxmox/config.yaml @@ -13,4 +13,4 @@ "https://github.com/Jamesits/pve-fake-subscription/releases/download/\ v{{ __pfs_version }}/pve-fake-subscription_{{ __pfs_version }}+git-1_all.deb" state: "present" - when: 'ansible_os_family == "Debian"' + when: 'ansible_facts["os_family"] == "Debian"'