From 16b9b39083d5c2b710e70ba85a60ef3da90bf2f9 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 25 Jun 2021 00:42:49 +0200 Subject: [PATCH] [wireguard] Pinning Wireguard from Debian unstable is now useless Signed-off-by: Yohann D'ANELLO --- roles/wireguard/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml index 06b08d14..1879f76b 100644 --- a/roles/wireguard/tasks/main.yml +++ b/roles/wireguard/tasks/main.yml @@ -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