fix: prepare for INJECT_FACTS_AS_VARS
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 20s
Lint Markdown files / markdown-lint (push) Successful in 11s

This commit is contained in:
2025-11-22 23:59:38 +01:00
parent b2b63a9030
commit eb0fb81b2c

View File

@@ -7,7 +7,7 @@
fail_msg: "No subnet defined" fail_msg: "No subnet defined"
- 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'] }}.yml"
- name: Install dhcpd with dependencies - name: Install dhcpd with dependencies
ansible.builtin.package: ansible.builtin.package: