Skip to content

Commit

Permalink
Install kernel headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Viinamäki committed Oct 8, 2017
1 parent ef9bb63 commit 78202b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/piuio/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: Install DKMS and other dependencies
apt:
package: dkms,git,build-essential
package: "dkms,git,build-essential,linux-headers-{{ ansible_kernel }}"

- name: Get source
git:
Expand Down

0 comments on commit 78202b5

Please sign in to comment.