From f12ccde056af2813331a59e91669c2a2c0eac13a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 2 Jun 2025 13:36:11 +0200 Subject: [PATCH] fix: typo in condition to find proxmxo members --- tasks/apt/sources.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/apt/sources.yaml b/tasks/apt/sources.yaml index 77603d8..6dcf004 100644 --- a/tasks/apt/sources.yaml +++ b/tasks/apt/sources.yaml @@ -28,7 +28,7 @@ mode: "0644" when: - 'ansible_os_family == "Debian"' - - "inventory_hostname in group['proxmox']" + - "inventory_hostname in groups['proxmox']" notify: "apt force cache update" # configure apt sources