Skip to content

Commit

Permalink
kvm: fix GRUB_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 19, 2024
1 parent 7ce5247 commit 731ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/ansible/roles/kvm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
lineinfile:
dest: /etc/default/grub
regexp: "^GRUB_DEFAULT"
line: 'GRUB_DEFAULT="1>0"'
line: 'GRUB_DEFAULT="1>6"'

- name: update GRUB configuration
command: update-grub
Expand Down

0 comments on commit 731ea98

Please sign in to comment.