Install GPG to be able to import WireGuard key (#31)

unmanaged-hosts
Ties de Kock 5 years ago committed by Robert Wimmer
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"

Loading…
Cancel
Save