fix: rename files to .yaml

This commit is contained in:
2025-11-23 16:15:32 +01:00
parent eb0fb81b2c
commit 1221132f08
7 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
fail_msg: "No subnet defined"
- name: Include OS-specific variables
ansible.builtin.include_vars: "{{ ansible_facts['os_family'] }}.yml"
ansible.builtin.include_vars: "{{ ansible_facts['os_family'] }}.yaml"
- name: Install dhcpd with dependencies
ansible.builtin.package: