fix: prepare for INJECT_FACTS_AS_VARS

This commit is contained in:
2025-11-22 23:57:54 +01:00
parent 5ca6f22180
commit 73fc7feedb

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'] }}.yml"
- name: Install bind and dependencies - name: Install bind and dependencies
ansible.builtin.package: ansible.builtin.package: