mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user