Commit f6c508c6 authored by nanahira's avatar nanahira

remove wireguard dkms for latest debian kernel

parent a572ef56
Pipeline #1586 passed with stage
in 3 minutes and 47 seconds
......@@ -13,3 +13,8 @@
state: latest
update_cache: true
default_release: '{{ target_distribution }}-backports'
- name: remove wireguard-dkms
become: true
apt:
name: wireguard-dkms
state: absent
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment