src.nth.io/

summaryrefslogtreecommitdiff
path: root/rpi-base/tasks
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 /rpi-base/tasks
parent0773f185aee2ae0b7af4cd44b5e52970f42aaf3f (diff)
Added trusted keys and https
Diffstat (limited to 'rpi-base/tasks')
-rw-r--r--rpi-base/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
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