Bugfix: Install gnupg instead of gpg for debian (#43)
This commit is contained in:
parent
3322faf576
commit
a7ada33e73
|
@ -11,7 +11,7 @@
|
|||
|
||||
- name: Install GPG - required to add wireguard key
|
||||
apt:
|
||||
name: gpg
|
||||
name: gnupg
|
||||
state: present
|
||||
|
||||
- name: Add WireGuard key
|
||||
|
|
Reference in a new issue