fix: rename files to .yaml
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 4s
Ansible Linter / ansible-lint (push) Successful in 54s

This commit is contained in:
2025-11-23 16:16:19 +01:00
parent 99e2f784bb
commit fa2b610541
6 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
when: "'vmx' not in cpu_info.stdout and 'svm' not in cpu_info.stdout"
- name: Include OS-specific variables
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml"
ansible.builtin.include_vars: "{{ ansible_facts['os_family'] }}.yaml"
- name: Add virt-manager to list of kvm packages
ansible.builtin.set_fact: