Skip to content
Snippets Groups Projects
Verified Commit 29c0d79f authored by Julian's avatar Julian
Browse files

Only install kernel headers on Buster

Since Bullseye, wireguard is a regular kernel module and DKMS is no longer
required. Installing linux-headers-amd64 does not work on non-amd64 systems.
parent e89b246a
No related branches found
No related tags found
No related merge requests found
- name: install dkms dependencies on buster
when: ansible_distribution_release == "buster"
package:
name:
- linux-headers-amd64
- name: install wireguard
package:
name:
- wireguard
- wireguard-tools
- linux-headers-amd64
- name: handle a wireguard network
include_tasks: net.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment