From f6e8627990a4c0cf6b9d915beaf6dc38f0979be4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 27 May 2026 16:27:09 +0200 Subject: Fix setup wifi driver on mac machines --- roles/bootstrap/tasks/install-ubuntu-mac.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/roles/bootstrap/tasks/install-ubuntu-mac.yml b/roles/bootstrap/tasks/install-ubuntu-mac.yml index 0df496e..73c9854 100644 --- a/roles/bootstrap/tasks/install-ubuntu-mac.yml +++ b/roles/bootstrap/tasks/install-ubuntu-mac.yml @@ -1,14 +1,7 @@ --- -- name: "Install bcmwl-kernel-source in chroot" +- name: "Install broadcom-sta-dkms in chroot" ansible.builtin.command: - cmd: "arch-chroot {{ mnt_root_path }} apt-get install -y bcmwl-kernel-source" - environment: - MAKEFLAGS: "" - changed_when: true - -- name: "Configure unconfigured packages in chroot" - ansible.builtin.command: - cmd: "arch-chroot {{ mnt_root_path }} dpkg --configure -a" + cmd: "arch-chroot {{ mnt_root_path }} apt-get install -y broadcom-sta-dkms" environment: MAKEFLAGS: "" changed_when: true -- cgit v1.2.3