chore: use ansible_facts
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-19 09:04:26 +02:00
commit 84a0e2dcf7

View file

@ -34,4 +34,4 @@
group: "root"
mode: "0644"
notify: "restart zot"
when: "ansible_os_family == 'Debian'"
when: "ansible_facts['os_family'] == 'Debian'"