mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-13 15:09:40 -02:30
Add kernel upgrade for CentOS
This commit is contained in:
5
roles/kernel-upgrade/tasks/main.yml
Normal file
5
roles/kernel-upgrade/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- include: centos-7.yml
|
||||
when: ansible_distribution in ["CentOS","RedHat"] and
|
||||
ansible_distribution_major_version >= 7
|
||||
Reference in New Issue
Block a user