diff options
| author | Luke Hoersten <[email protected]> | 2020-08-01 15:33:24 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-08-01 15:33:24 -0500 |
| commit | 4445a92abe844121bfa849de35c9b5959e669f43 (patch) | |
| tree | 8a86e9dfabbca4b244c801a95cc8399856a385fb /jellyfin | |
| parent | 4d80a3ac95add9a4513b02ac4e4e1c5402c57cbc (diff) | |
Deleted vestigal matrix pihole and jellyfin roles.
Diffstat (limited to 'jellyfin')
| -rw-r--r-- | jellyfin/tasks/main.yaml | 13 |
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" |
