src.nth.io/

summaryrefslogtreecommitdiff
path: root/plex
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-10-22 14:51:35 -0500
committerLuke Hoersten <[email protected]>2022-10-22 14:51:35 -0500
commit9da13ed7b10e79af734ad725e3649caf55b7255a (patch)
tree1016a894f36bffae766c853c2cc2c4e2d82cf631 /plex
parent0773f185aee2ae0b7af4cd44b5e52970f42aaf3f (diff)
Added trusted keys and https
Diffstat (limited to 'plex')
-rw-r--r--plex/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plex/tasks/main.yaml b/plex/tasks/main.yaml
index d48acf4..a04cd21 100644
--- a/plex/tasks/main.yaml
+++ b/plex/tasks/main.yaml
@@ -11,7 +11,7 @@
- name: add plex apt repo
become: yes
- apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/plex.asc] http://downloads.plex.tv/repo/deb public main"
+ apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/plex.asc] https://downloads.plex.tv/repo/deb public main"
notify: restart plex service
- name: update apt package cache