Fix grub options
This commit is contained in:
parent
716382ffab
commit
5ac82245c8
1 changed files with 2 additions and 9 deletions
11
deploy.yml
11
deploy.yml
|
@ -45,12 +45,5 @@
|
|||
- name: hide grub menu during boot
|
||||
lineinfile:
|
||||
path: /etc/default/grub
|
||||
line: "{{ item }}"
|
||||
with_items:
|
||||
- GRUB_HIDDEN_TIMEOUT=1
|
||||
- GRUB_HIDDEN_TIMEOUT_QUIET=true
|
||||
- name: remove grub default timeout
|
||||
lineinfile:
|
||||
path: /etc/default/grub
|
||||
regexp: "^GRUB_TIMEOUT="
|
||||
state: absent
|
||||
line: GRUB_TIMEOUT_STYLE=hidden
|
||||
regexp: "^GRUB_TIMEOUT_STYLE=.*"
|
||||
|
|
Loading…
Add table
Reference in a new issue