Prepare directory, add Alpine.

This commit is contained in:
Robert de Bock 2020-05-19 08:45:11 +02:00
parent e43554bfe6
commit 8138673527
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,10 @@
- role: robertdebock.bootstrap
tasks:
- name: make /etc/default
file:
path: /etc/default
state: directory
- name: place bogus /etc/default/grub
copy:
content: 'GRUB_CMDLINE_LINUX="a=1"'

View file

@ -3,6 +3,8 @@
_grub_packages:
default:
- grub2-efi
Alpine:
- grub
Debian:
- grub2