This commit is contained in:
2026-05-28 12:10:08 +02:00
parent 56795d3b66
commit bab523d6d7
+2 -2
View File
@@ -11,7 +11,7 @@
- name: Print os_family - name: Print os_family
ansible.builtin.debug: ansible.builtin.debug:
msg: "OS Family: {{ ansible_facts.os_family }}" msg: "OS Family: {{ ansible_distribution }}"
- name: Include OS-specific tasks - name: Include OS-specific tasks
ansible.builtin.include_tasks: "{{ ansible_facts.os_family }}.yml" ansible.builtin.include_tasks: "{{ ansible_distribution }}.yml"