From b9bfb43360e588e008e1f3279b99b2523665d422 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 30 Jun 2026 17:42:32 +0200 Subject: Fix booting nightmares on Mac (dualboot) Co-authored-by: Claude.ai --- roles/bootstrap/tasks/install-ubuntu.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roles/bootstrap/tasks/install-ubuntu.yml') diff --git a/roles/bootstrap/tasks/install-ubuntu.yml b/roles/bootstrap/tasks/install-ubuntu.yml index 9d32543..89f351f 100644 --- a/roles/bootstrap/tasks/install-ubuntu.yml +++ b/roles/bootstrap/tasks/install-ubuntu.yml @@ -75,11 +75,8 @@ - name: "Configure rEFInd base settings" ansible.builtin.template: src: "refind.conf.j2" - dest: "{{ item }}" + dest: "{{ mnt_boot_path }}/EFI/BOOT/refind.conf" mode: "0644" - loop: - - "{{ mnt_boot_path }}/EFI/BOOT/refind.conf" - - "{{ mnt_boot_path }}/EFI/refind/refind.conf" # NOTE: this is skipped because the docker test doesn't have proper EFI/BOOT directory created tags: ["molecule-notest"] -- cgit v1.2.3