+grub role
This commit is contained in:
parent
5ffe2b9be1
commit
cfa9a8420a
7 changed files with 43 additions and 0 deletions
6
roles/grub/tasks/main.yml
Normal file
6
roles/grub/tasks/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
# tasks file for grub
|
||||
#
|
||||
- name: Include tasks by OS family
|
||||
ansible.builtin.include_tasks:
|
||||
file: "{{ ansible_os_family | lower }}.yml"
|
Loading…
Add table
Add a link
Reference in a new issue