DEV-704 removed DEV-701 kernel fix task
parent
ebcd915658
commit
80bfb06f61
@ -1,18 +0,0 @@
|
|||||||
- name: "Ensure needed kernel packages for fix"
|
|
||||||
become: yes
|
|
||||||
apt:
|
|
||||||
pkg:
|
|
||||||
- linux-image-5.4.0-131-generic
|
|
||||||
- linux-modules-5.4.0-131-generic
|
|
||||||
tags:
|
|
||||||
- kernel-fix
|
|
||||||
- name: "Ensure kernel version in GRUB"
|
|
||||||
become: yes
|
|
||||||
lineinfile:
|
|
||||||
state: present
|
|
||||||
regex: "^GRUB_DEFAULT="
|
|
||||||
line: 'GRUB_DEFAULT="0"'
|
|
||||||
path: /etc/default/grub
|
|
||||||
notify: "Regenerate grub config"
|
|
||||||
tags:
|
|
||||||
- kernel-fix
|
|
||||||
Loading…
Reference in New Issue