Install GPG to be able to import WireGuard key (#31)
This commit is contained in:
parent
d281a98d5b
commit
3af06352ae
|
@ -9,6 +9,11 @@
|
|||
tags:
|
||||
- wg-install
|
||||
|
||||
- name: Install GPG - required to add wireguard key
|
||||
apt:
|
||||
name: gpg
|
||||
state: present
|
||||
|
||||
- name: Add WireGuard key
|
||||
apt_key:
|
||||
keyserver: "keyserver.ubuntu.com"
|
||||
|
|
Reference in a new issue