set grub timeout
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
line: "{{ item.line }}"
|
line: "{{ item.line }}"
|
||||||
regexp: "{{ item.regexp }}"
|
regexp: "{{ item.regexp }}"
|
||||||
with_items:
|
with_items:
|
||||||
- line: GRUB_TIMEOUT=0
|
- line: GRUB_TIMEOUT=3
|
||||||
regexp: '^GRUB_TIMEOUT=.*'
|
regexp: '^GRUB_TIMEOUT=.*'
|
||||||
- line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
- line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
||||||
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=.*'
|
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=.*'
|
||||||
|
|||||||
Reference in New Issue
Block a user