From d00bcb7d6a71d4c1a4ccd43bce9f3f13b102be40 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 18:37:51 +0000 Subject: [PATCH] Add missing default variable --- defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 966b62b..023b200 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -12,6 +12,9 @@ wireguard_port: "51820" # The default interface name that wireguard should use if not specified otherwise. wireguard_interface: "wg0" +# Whether or not WireGuard is running in a container +wireguard_containerized: "false" + ####################################### # Settings only relevant for Ubuntu