installing wifi drivers
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
git:
|
git:
|
||||||
dest: /usr/share/plymouth/themes/acab
|
dest: /usr/share/plymouth/themes/acab
|
||||||
repo: https://git.v-tr.org/violet/plymouth-acab.git
|
repo: https://git.v-tr.org/violet/plymouth-acab.git
|
||||||
|
# update: no
|
||||||
notify: update initramfs
|
notify: update initramfs
|
||||||
- name: Set plymouth theme
|
- name: Set plymouth theme
|
||||||
shell:
|
shell:
|
||||||
@@ -39,9 +40,15 @@
|
|||||||
copy:
|
copy:
|
||||||
dest: /boot/grub/custom.cfg
|
dest: /boot/grub/custom.cfg
|
||||||
content: set color_normal=dark-gray/black
|
content: set color_normal=dark-gray/black
|
||||||
|
- name: install kernel headers
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- linux-headers-amd64
|
||||||
|
default_release: stable-backports
|
||||||
- name: Install wifi driver
|
- name: Install wifi driver
|
||||||
apt:
|
apt:
|
||||||
name: firmware-b43-installer
|
name:
|
||||||
|
- broadcom-sta-dkms
|
||||||
- name: setup dotfiles
|
- name: setup dotfiles
|
||||||
command:
|
command:
|
||||||
cmd: stow {{ item.name }}
|
cmd: stow {{ item.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user