From 8fc7870c76888785fdee114bcdf90e25352ef5d7 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 06:37:03 +0000 Subject: [PATCH] Tweak wireguard role to ensure the bare-metal tasks can be skipped --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index ac056c0..42203f6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -129,3 +129,5 @@ name: "wg-quick@{{ wireguard_interface }}" state: started enabled: yes + tags: + - bare-metal