3
0
Fork 0

Bugfix: Install gnupg instead of gpg for debian

This commit is contained in:
zinefer 2020-03-12 23:00:09 -06:00
parent 3322faf576
commit e673d7f0e5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- name: Install GPG - required to add wireguard key
apt:
name: gpg
name: gnupg
state: present
- name: Add WireGuard key