summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-05-27 16:27:09 +0200
committerAhmed Abdelhalim <[email protected]>2026-05-27 16:27:09 +0200
commitf6e8627990a4c0cf6b9d915beaf6dc38f0979be4 (patch)
treedde54825161a58c4b97df360b98b3f68d5a82c00 /roles
parent2dc83f1db57d2ab6115f076bf90a81aa00107cc5 (diff)
Fix setup wifi driver on mac machines
Diffstat (limited to 'roles')
-rw-r--r--roles/bootstrap/tasks/install-ubuntu-mac.yml11
1 files 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