From b684bd25ea0bb4d3f6ca508191b5684494a3e2a9 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 15 Oct 2019 07:59:37 +0100 Subject: [PATCH] Remove the management of Wireguard service. The local OS can take care of it. --- .ansible/roles/linux_desktop/tasks/config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ansible/roles/linux_desktop/tasks/config.yaml b/.ansible/roles/linux_desktop/tasks/config.yaml index 75aea5c..4e6f4d2 100644 --- a/.ansible/roles/linux_desktop/tasks/config.yaml +++ b/.ansible/roles/linux_desktop/tasks/config.yaml @@ -69,11 +69,6 @@ group: 'root' become: true - - name: 'Wireguard: Service enabled' - service: - name: 'wg-quick@wg0' - enabled: false - - name: 'Config: Checkout some repositories for local config' tags: - config