mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build-all
This commit is contained in:
@@ -9,5 +9,9 @@
|
||||
- name: Include common tasks
|
||||
ansible.builtin.include_tasks: "common.yml"
|
||||
|
||||
- name: Print os_family
|
||||
ansible.builtin.debug:
|
||||
msg: "OS Family: {{ ansible_facts.os_family }}"
|
||||
|
||||
- name: Include OS-specific tasks
|
||||
ansible.builtin.include_tasks: "{{ ansible_facts.os_family }}.yml"
|
||||
Reference in New Issue
Block a user