Use distribution name in repo URL

This commit is contained in:
Jake Howard 2021-08-22 14:44:34 +01:00
parent 0874158a91
commit f0a3585592
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,7 +6,7 @@
- name: Add Jellyfin repository
apt_repository:
repo: deb [arch=amd64] https://repo.jellyfin.org/debian buster main
repo: deb [arch=amd64] https://repo.jellyfin.org/debian {{ ansible_distribution_release }} main
filename: jellyfin
state: present
become: true