We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25471cb commit b9f39dbCopy full SHA for b9f39db
ansible/roles/agnocast/tasks/main.yaml
@@ -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
+
7
- name: Add agnocast PPA repository
8
ansible.builtin.apt_repository:
9
repo: ppa:t4-system-software/agnocast
0 commit comments