chore: migrate bare ansible_* facts to ansible_facts[] syntax
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-19 09:19:06 +02:00
commit 6f36920fe7

View file

@ -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"'