3
0
Fork 0

Install GPG to be able to import WireGuard key

This commit is contained in:
Ties de Kock 2019-11-11 14:32:15 +01:00
parent d281a98d5b
commit 973f163d06
No known key found for this signature in database
GPG Key ID: 60163B36AC99EDFD
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"