mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
9 lines
111 B
YAML
9 lines
111 B
YAML
---
|
|
|
|
- include_tasks: facts.yml
|
|
tags: always
|
|
|
|
- include_tasks: "{{ ansible_os_family }}.yml"
|
|
tags: always
|
|
|