3
0
Fork 0

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

This commit is contained in:
Ties de Kock 2019-11-11 19:56:10 +01:00 committed by Robert Wimmer
parent d281a98d5b
commit 3af06352ae
1 changed files with 5 additions and 0 deletions

View File

@ -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"