3
0
Fork 0

Changes wireguard apt repo to buster-backports

This commit is contained in:
Ties de Kock 2020-04-27 19:30:15 +02:00
parent 9be9694553
commit 59c288001e
1 changed files with 1 additions and 9 deletions

View File

@ -14,17 +14,9 @@
name: gnupg
state: present
- name: Add WireGuard key
apt_key:
keyserver: "keyserver.ubuntu.com"
id: "8B48AD6246925553"
state: present
tags:
- wg-install
- name: Add WireGuard repository
apt_repository:
repo: "deb http://deb.debian.org/debian/ unstable main"
repo: "deb http://deb.debian.org/debian buster-backports main"
state: present
update_cache: yes
tags: