update cache
This commit is contained in:
parent
1c3c2ba748
commit
fe73933c85
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
apt_repository:
|
||||
repo: "deb https://repo.jellyfin.org/{{ ansible_facts['distribution'] | lower }} {{ ansible_facts['distribution_release'] }} main"
|
||||
state: present
|
||||
update_cache: true
|
||||
#echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
|
||||
|
||||
- name: Ensure Jellyfin package is installed
|
||||
|
|
Loading…
Reference in a new issue