Remove forgotten gnupg pkg that is not needed anymore for Debian vanilla
It was once needed for the apt_key tasks.
This commit is contained in:
parent
c1049ab647
commit
2309abf09e
1 changed files with 0 additions and 5 deletions
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
- name: (Debian) Install GPG - required to add WireGuard key
|
||||
apt:
|
||||
name: gnupg
|
||||
state: present
|
||||
|
||||
- name: (Debian) Add WireGuard repository on buster
|
||||
apt_repository:
|
||||
repo: "deb http://deb.debian.org/debian buster-backports main"
|
||||
|
|
Loading…
Reference in a new issue