From 2e77716b4643e9c5c880bcf7d2bf9e464ce2704f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bourqui?= Date: Wed, 30 Oct 2019 06:50:00 +0100 Subject: [PATCH] remove trailing whitespace --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0b4a0cf..d528829 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -102,7 +102,7 @@ - restart wireguard - name: Check if reload-module-on-update is set - stat: + stat: path: "{{ wireguard_remote_directory }}/.reload-module-on-update" register: reload_module_on_update tags: @@ -115,7 +115,7 @@ when: not reload_module_on_update.stat.exists tags: - wg-config - + - name: Start and enable WireGuard service service: name: "wg-quick@{{ wireguard_interface }}"