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:
Robin Schneider 2020-09-13 23:47:39 +02:00
parent c1049ab647
commit 2309abf09e
No known key found for this signature in database
GPG key ID: A81E8006DC95EFE6

View file

@ -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"