[wireguard] Pinning Wireguard from Debian unstable is now useless

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-25 00:42:49 +02:00
parent 0c031759dc
commit 16b9b39083
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 10 deletions

View File

@ -1,14 +1,4 @@
---
- name: Add Debian unstable repository
apt_repository:
repo: "deb {{ debian_mirror }} unstable main"
state: present
- name: Limit unstable packages
template:
src: apt/preferences.d/limit-unstable.j2
dest: /etc/apt/preferences.d/limit-unstable
- name: Install wireguard
apt:
update_cache: true