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

This commit is contained in:
2025-11-23 16:17:00 +01:00
parent 2746306ca6
commit 6ea4a99156
7 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
--- ---
- name: "Include OS-specific variables" - name: "Include OS-specific variables"
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml" ansible.builtin.include_vars: "{{ ansible_facts['os_family'] }}.yaml"
- name: "Remove existing systemd-networkd configuration" - name: "Remove existing systemd-networkd configuration"
ansible.builtin.file: ansible.builtin.file: