From 01ed71353cf1b55be93ce005f94904c4c09fdd46 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 14 Dec 2020 10:23:16 +0100 Subject: [PATCH] playbooks/wireguard: Remove not required strategy directives --- playbooks/wireguard.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/wireguard.yml b/playbooks/wireguard.yml index 4b585ab..5b55498 100644 --- a/playbooks/wireguard.yml +++ b/playbooks/wireguard.yml @@ -2,7 +2,6 @@ - name: Configure wireguard backbones hosts: wireguard_backbones - strategy: linear tags: - wireguard - wireguard_backbones @@ -11,7 +10,6 @@ - name: Configure wireguard clients hosts: wireguard_clients - strategy: linear tags: - wireguard - wireguard_clients