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:03 +02:00
commit de7900fc05
3 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
# disable apparmor
- name: "apparmor"
ansible.builtin.import_tasks: "apparmor.yaml"
when: "ansible_virtualization_type == 'lxc'"
when: "ansible_facts['virtualization_type'] == 'lxc'"
# flush handler
- name: "flush handlers"