diff options
| author | Luke Hoersten <[email protected]> | 2022-10-22 14:51:35 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2022-10-22 14:51:35 -0500 |
| commit | 9da13ed7b10e79af734ad725e3649caf55b7255a (patch) | |
| tree | 1016a894f36bffae766c853c2cc2c4e2d82cf631 | |
| parent | 0773f185aee2ae0b7af4cd44b5e52970f42aaf3f (diff) | |
Added trusted keys and https
| -rw-r--r-- | plex/tasks/main.yaml | 2 | ||||
| -rw-r--r-- | rpi-base/tasks/main.yaml | 2 |
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 |
