diff --git a/roles/common/tasks/DEV_701_kernel_fix.yaml b/roles/common/tasks/DEV_701_kernel_fix.yaml index ee65811..e15c11d 100644 --- a/roles/common/tasks/DEV_701_kernel_fix.yaml +++ b/roles/common/tasks/DEV_701_kernel_fix.yaml @@ -11,7 +11,7 @@ lineinfile: state: present regex: "^GRUB_DEFAULT=" - line: 'GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 5.4.0-131-generic"' + line: 'GRUB_DEFAULT="0"' path: /etc/default/grub notify: "Regenerate grub config" tags: