src.nth.io/

summaryrefslogtreecommitdiff
path: root/jellyfin
diff options
context:
space:
mode:
Diffstat (limited to 'jellyfin')
-rw-r--r--jellyfin/tasks/main.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/jellyfin/tasks/main.yaml b/jellyfin/tasks/main.yaml
deleted file mode 100644
index 44fdb97..0000000
--- a/jellyfin/tasks/main.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-
-- name: add jellyfin apt key
- become: yes
- apt_key: url="https://repo.jellyfin.org/jellyfin_team.gpg.key"
-
-- name: add jellyfin apt repo
- become: yes
- apt_repository: repo="deb [arch={{arch}}] http://repo.jellyfin.org/ubuntu focal main"
-
-- name: apt install jellyfin
- become: yes
- apt: name="jellyfin"