Skip to content

Commit b9f39db

Browse files
authored
fix(ansible): install linux kernel header before dkms installation (#5930)
* install linux kernel header Signed-off-by: sykwer <sykwer@gmail.com> * fix Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com>
1 parent 25471cb commit b9f39db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/roles/agnocast/tasks/main.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- name: Install linux headers for the running kernel
2+
ansible.builtin.apt:
3+
name: linux-headers-{{ ansible_kernel }}
4+
state: present
5+
become: true
6+
17
- name: Add agnocast PPA repository
28
ansible.builtin.apt_repository:
39
repo: ppa:t4-system-software/agnocast

0 commit comments

Comments
 (0)