blob: bf8ea9fa6891a77c856cca6612c448fd47821f0c (
plain)
1
2
3
4
5
6
|
---
# file: roles/kernel/tasks/main.yaml
- name: Kernel - Install distribution - release
include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
tags: install-kernel
|