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