This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
xps-9570/tasks/main.yml

10 lines
321 B
YAML
Raw Normal View History

2021-11-09 19:31:12 +01:00
- name: "set the correct grub options"
lineinfile:
state: present
dest: /etc/default/grub
backrefs: yes
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT'
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=! acpi_osi=\"Windows 2015\" acpi_backlight=vendor mem_sleep_default=deep"'
notify: "update grub"