formating

This commit is contained in:
Andreas Zweili 2021-11-09 20:12:09 +01:00
parent d4f2973add
commit 5f6e25f0df
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
- name: "set the correct grub options"
lineinfile:
state: present
dest: /etc/default/grub
backrefs: yes
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT'
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"