mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Also create the file if it does not exist.
This commit is contained in:
parent
c2a57f22cf
commit
9755ca9f99
|
|
@ -15,6 +15,7 @@
|
|||
lineinfile:
|
||||
path: /etc/default/grub
|
||||
line: GRUB_TIMEOUT={{ grub_timeout }}
|
||||
create: yes
|
||||
notify:
|
||||
- update grub
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue