summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-ubuntu.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-30 17:42:32 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-30 17:42:32 +0200
commitb9bfb43360e588e008e1f3279b99b2523665d422 (patch)
treec7a49a74c62426eada98dbc200f8358953cd3303 /roles/bootstrap/tasks/install-ubuntu.yml
parentf77cd8a569c8e06c0d5e391a495e5d89d7375be6 (diff)
Fix booting nightmares on Mac (dualboot)
Co-authored-by: Claude.ai
Diffstat (limited to 'roles/bootstrap/tasks/install-ubuntu.yml')
-rw-r--r--roles/bootstrap/tasks/install-ubuntu.yml5
1 files changed, 1 insertions, 4 deletions
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"]