3
0
Fork 0
This commit is contained in:
githubixx 2020-05-02 21:21:32 +02:00
parent 2aadac8ff9
commit 978a72dbf1
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
when:
- ansible_kernel is match(".*-lts$")
- ansible_kernel is version('5.6', '<')
- name: Install wireguard-dksm package
- name: Install wireguard-dkms package
pacman:
name: wireguard-dkms
become: yes