From 7c535a732055dd07b2955c946a8a17701cd99057 Mon Sep 17 00:00:00 2001 From: fbourqui Date: Wed, 30 Oct 2019 06:46:38 +0100 Subject: [PATCH] Update tasks/main.yml Co-Authored-By: Robert Wimmer <2039811+githubixx@users.noreply.github.com> --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9920cf0..0b4a0cf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -69,7 +69,7 @@ when: config_file_stat.stat.exists - name: Derive WireGuard public key - shell: "echo '{{ private_key }}' | wg pubkey" + shell: "echo '{{ private_key }}' | wg pubkey" # noqa 306 register: wg_public_key_result changed_when: false tags: