diff options
Diffstat (limited to 'roles/install-grub')
-rw-r--r-- | roles/install-grub/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/install-grub/tasks/main.yml b/roles/install-grub/tasks/main.yml index 608d002..75de819 100644 --- a/roles/install-grub/tasks/main.yml +++ b/roles/install-grub/tasks/main.yml @@ -31,6 +31,7 @@ path: "{{ vyos_install_root }}/boot/efi" fstype: vfat state: mounted + boot: no when: partition_num_efi is defined - name: Install GRUB in the boot sector of {{ vyos_target_drive }} @@ -60,4 +61,5 @@ path: "{{ vyos_install_root }}/boot/efi" fstype: vfat state: absent + boot: no when: partition_num_efi is defined |