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:02 +02:00
commit aef2d19e16

View file

@ -2,7 +2,7 @@
# load os variables
- name: "include os specific vars"
ansible.builtin.include_vars: "{{ ansible_os_family }}.yaml"
ansible.builtin.include_vars: "{{ ansible_facts['os_family'] }}.yaml"
# import install
- name: "install"