summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/install-ubuntu-mac.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/tasks/install-ubuntu-mac.yml')
-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