Fix download url

This commit is contained in:
SebClem 2023-04-19 19:33:10 +02:00
parent d587c3d09e
commit cc6300bfcc
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -2,4 +2,4 @@
# vars file for Ansible-Authelia-Role
authelia_file_name: "authelia_{{ authelia_version }}_amd64.deb"
authelia_dowload_url: "https://github.com/authelia/authelia/releases/download/{{ authelia_file_name }}/{{ authelia_file_name }}"
authelia_dowload_url: "https://github.com/authelia/authelia/releases/download/{{ authelia_version }}/{{ authelia_file_name }}"