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
|
- name: hide grub menu during boot
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/default/grub
|
path: /etc/default/grub
|
||||||
line: "{{ item }}"
|
line: GRUB_TIMEOUT_STYLE=hidden
|
||||||
with_items:
|
regexp: "^GRUB_TIMEOUT_STYLE=.*"
|
||||||
- GRUB_HIDDEN_TIMEOUT=1
|
|
||||||
- GRUB_HIDDEN_TIMEOUT_QUIET=true
|
|
||||||
- name: remove grub default timeout
|
|
||||||
lineinfile:
|
|
||||||
path: /etc/default/grub
|
|
||||||
regexp: "^GRUB_TIMEOUT="
|
|
||||||
state: absent
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue