3
0
Fork 0

Bugfix: Install gnupg instead of gpg for debian (#43)

This commit is contained in:
James Kiefer 2020-03-18 13:12:19 -06:00 committed by GitHub
parent 3322faf576
commit a7ada33e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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