From 9755ca9f999b9c7c523deeac21cab7ef5eac9f6c Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 15 Jul 2020 16:38:54 +0200 Subject: [PATCH] Also create the file if it does not exist. --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 5806e19..567c2cd 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -15,6 +15,7 @@ lineinfile: path: /etc/default/grub line: GRUB_TIMEOUT={{ grub_timeout }} + create: yes notify: - update grub