blob: ec42ea1e6ebe25507d8bdf5cec4d8b29848763ec (
plain)
1
2
3
4
5
6
7
8
9
|
---
# file: tasks/main.yaml
- name: "Prerequisites"
include_tasks: "{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml"
tags:
- kernel-inst-prerequisites
- meta: flush_handlers
|