6 lines
144 B
YAML
6 lines
144 B
YAML
---
|
|
# tasks file for grub
|
|
#
|
|
- name: Include tasks by OS family
|
|
ansible.builtin.include_tasks:
|
|
file: "{{ ansible_os_family | lower }}.yml"
|