Browse Source

install grub_bootloader_package and efivars

master
parent
commit
538c29427f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      meta/main.yml

+ 2
- 1
meta/main.yml View File

@@ -27,11 +27,12 @@ dependencies:
- cryptsetup - cryptsetup
- openssh-server - openssh-server
- btrfs-tools - btrfs-tools
- grub-pc
- "{{ grub_bootloader_package }}"
- python - python
- bridge-utils - bridge-utils
- console-setup - console-setup
- acpi-support - acpi-support
- efibootmgr
- role: dmcrypt_crypttab - role: dmcrypt_crypttab
when: dmcrypt_devices is defined when: dmcrypt_devices is defined
- role: filesystems - role: filesystems


Loading…
Cancel
Save