Commit b5356a03 authored by nanahira's avatar nanahira

kernel-ml only

parent 4704dfa3
Pipeline #2213 passed with stage
in 5 minutes and 32 seconds
...@@ -8,12 +8,17 @@ ...@@ -8,12 +8,17 @@
yum: yum:
update_cache: yes update_cache: yes
name: yum-plugin-elrepo name: yum-plugin-elrepo
#- name: remove old kernel headers
# become: true
# yum:
# name: kernel-devel,kernel-headers
# state: absent
- name: install kernel - name: install kernel
become: true become: true
yum: yum:
update_cache: yes update_cache: yes
state: latest state: latest
name: kernel-ml,kernel-ml-devel,kernel-ml-headers name: kernel-ml
enablerepo: elrepo-kernel enablerepo: elrepo-kernel
- name: remove wireguard-dkms - name: remove wireguard-dkms
become: true become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment