src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plex/tasks/main.yaml2
-rw-r--r--rpi-base/tasks/main.yaml2
2 files changed, 2 insertions, 2 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
diff --git a/rpi-base/tasks/main.yaml b/rpi-base/tasks/main.yaml
index 558adfc..39ecb80 100644
--- a/rpi-base/tasks/main.yaml
+++ b/rpi-base/tasks/main.yaml
@@ -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