Added trusted keys and https
authorLuke Hoersten <luke@hoersten.org>
Sat, 22 Oct 2022 14:51:35 -0500
changeset 198 e1f873a07ea2
parent 197 1cc658995a70
child 199 9aa5f284ea10
Added trusted keys and https
plex/tasks/main.yaml
rpi-base/tasks/main.yaml
--- a/plex/tasks/main.yaml	Fri Oct 21 21:58:58 2022 -0500
+++ b/plex/tasks/main.yaml	Sat Oct 22 14:51:35 2022 -0500
@@ -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
--- a/rpi-base/tasks/main.yaml	Fri Oct 21 21:58:58 2022 -0500
+++ b/rpi-base/tasks/main.yaml	Sat Oct 22 14:51:35 2022 -0500
@@ -18,7 +18,7 @@
 
 - name: add log2ram apt repo
   become: yes
-  apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/log2ram.asc] http://packages.azlux.fr/debian/ buster main"
+  apt_repository: repo="deb [signed-by=/etc/apt/trusted.gpg.d/log2ram.asc] https://packages.azlux.fr/debian/ buster main"
 
 - name: set timezone
   become: yes