src.nth.io/

summaryrefslogtreecommitdiff
path: root/plex
diff options
context:
space:
mode:
Diffstat (limited to 'plex')
-rw-r--r--plex/tasks/main.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/plex/tasks/main.yaml b/plex/tasks/main.yaml
index ff5ddcf..2f8ea11 100644
--- a/plex/tasks/main.yaml
+++ b/plex/tasks/main.yaml
@@ -4,7 +4,10 @@
- name: add plex apt key
become: yes
- apt_key: url="https://downloads.plex.tv/plex-keys/PlexSign.key"
+ get_url:
+ url: "https://downloads.plex.tv/plex-keys/PlexSign.key"
+ dest: /etc/apt/trusted.gpg.d/plex.asc
+ mode: "0644"
- name: add plex apt repo
become: yes