Try to work around #1039472. Use full path. Fix grub update. Cleanup.
This commit is contained in:
parent
1445467387
commit
edf71a4368
3 changed files with 9 additions and 19 deletions
|
@ -64,7 +64,7 @@
|
|||
dest: "/etc/default/grub"
|
||||
regexp: 'GRUB_CMDLINE_LINUX=""$'
|
||||
replace: 'GRUB_CMDLINE_LINUX="i915.force_probe=4909"'
|
||||
notify: update grub
|
||||
notify: Run update-grub
|
||||
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
|
||||
|
||||
- name: Fix sound
|
||||
|
@ -72,7 +72,7 @@
|
|||
dest: "/etc/default/grub"
|
||||
regexp: 'GRUB_CMDLINE_LINUX=""$'
|
||||
replace: 'GRUB_CMDLINE_LINUX="snd-intel-dspcfg.dsp_driver=1"'
|
||||
notify: update grub
|
||||
notify: Run update-grub
|
||||
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312A"
|
||||
|
||||
## bullseye fixes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue