Fix download-location

This commit is contained in:
Ruakij 2023-04-12 14:45:43 +02:00
parent b143d9c848
commit 7f503d983a

View File

@ -5,5 +5,5 @@
- name: Download binary - name: Download binary
get_url: get_url:
url: https://github.com/Ruakij/wg-ipv6-converter/releases/download/{{ wireguard_ipv6_converter.version }}/wg-ipv6-converter_{{ arch }} url: https://github.com/Ruakij/wg-ipv6-converter/releases/download/{{ wireguard_ipv6_converter.version }}/wg-ipv6-converter_{{ arch }}
dest: /usr/bin/local/wg-ipv6-converter dest: /usr/local/bin/wg-ipv6-converter
mode: "744" mode: "744"