From c02d9b5def07bf487d9f0d3230fff2df8c210016 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 3 Apr 2026 18:47:01 +0200 Subject: Split archlinux setup on mac from others and fix EFI on mac --- roles/bootstrap/tasks/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'roles/bootstrap/tasks/main.yml') diff --git a/roles/bootstrap/tasks/main.yml b/roles/bootstrap/tasks/main.yml index cc35056..cb92f99 100644 --- a/roles/bootstrap/tasks/main.yml +++ b/roles/bootstrap/tasks/main.yml @@ -6,8 +6,13 @@ mnt_root_path: "{{ partition_root.mount_path }}" - name: "Install archlinux" - ansible.builtin.include_tasks: "install-archlinux.yml" when: ansible_facts['os_family'] == "Archlinux" + block: + - name: "Install archlinux" + ansible.builtin.include_tasks: "install-archlinux.yml" + - name: "Install archlinux on Mac" + ansible.builtin.include_tasks: "install-archlinux-mac.yml" + when: bootstrap_mac - name: "Install debian" when: ansible_facts['os_family'] == "Debian" -- cgit v1.2.3