Remove unnecessary header info from apt installs.

pull/1/head
jowj 4 years ago
parent 0872b919ac
commit c0f80848c3

@ -9,12 +9,10 @@
- name: install wireguard
apt:
# hardcoded header here is for digital oceans :(
name:
- wireguard
- build-essential
- dkms
- linux-headers-4.19.0-6-cloud-amd64
update_cache: yes
state: latest

Loading…
Cancel
Save