+grub role
This commit is contained in:
parent
5ffe2b9be1
commit
cfa9a8420a
7 changed files with 43 additions and 0 deletions
9
roles/grub/tasks/debian.yml
Normal file
9
roles/grub/tasks/debian.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: Ensure 'GRUB_RECORDFAIL_TIMEOUT'
|
||||
ansible.builtin.lineinfile:
|
||||
path: "{{ grub_cfgs[ansible_os_family | lower] }}"
|
||||
regexp: '^GRUB_RECORDFAIL_TIMEOUT'
|
||||
line: 'GRUB_RECORDFAIL_TIMEOUT=5'
|
||||
become: true
|
||||
notify: update_grubcfg
|
Loading…
Add table
Add a link
Reference in a new issue