Add kernel upgrade for CentOS

This commit is contained in:
Alexander Block
2017-01-10 16:11:42 +01:00
parent 2f88c9eefe
commit d2e010cbe1
6 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- include: centos-7.yml
when: ansible_distribution in ["CentOS","RedHat"] and
ansible_distribution_major_version >= 7