From 13ebd48c5df11b11766b2e2a83bda92aebf397bd Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 12 Apr 2023 20:22:34 +0200 Subject: [PATCH] Add register for task download --- wireguard-ipv6-converter/tasks/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/wireguard-ipv6-converter/tasks/deploy.yml b/wireguard-ipv6-converter/tasks/deploy.yml index cb7a3d0..595e19e 100644 --- a/wireguard-ipv6-converter/tasks/deploy.yml +++ b/wireguard-ipv6-converter/tasks/deploy.yml @@ -8,3 +8,4 @@ url: https://github.com/Ruakij/wg-ipv6-converter/releases/{{ versionUri }}/wg-ipv6-converter_{{ arch }} dest: /usr/local/bin/wg-ipv6-converter mode: "744" + register: deployDownload