fix: typo in condition to find proxmxo members

This commit is contained in:
Simon Cornet 2025-06-02 13:36:11 +02:00
commit f12ccde056

View file

@ -28,7 +28,7 @@
mode: "0644" mode: "0644"
when: when:
- 'ansible_os_family == "Debian"' - 'ansible_os_family == "Debian"'
- "inventory_hostname in group['proxmox']" - "inventory_hostname in groups['proxmox']"
notify: "apt force cache update" notify: "apt force cache update"
# configure apt sources # configure apt sources